Add master to deployment action

This commit is contained in:
Corey Butler 2023-03-30 22:06:30 -05:00
parent b3680769d7
commit 39bcc76f1e
No known key found for this signature in database
GPG Key ID: 2C6540ABFD72766C

View File

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