Add master to deployment action

This commit is contained in:
Corey Butler
2023-03-30 22:06:30 -05:00
parent b3680769d7
commit 39bcc76f1e

View File

@ -4,7 +4,7 @@ on:
push:
branches:
- master
- ${{ github.ref }}
- ${{ GITHUB_REF }}
jobs:
build: