Fix deploy action old branch ref

This commit is contained in:
Dan Kotowski 2024-06-29 05:14:32 -05:00
parent ab454e5422
commit 2ea2dd813f
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ run-name: "${{ github.actor }} is deploying ${{ github.sha }}"
on:
push:
branches:
- 'master'
- 'main'
jobs:
build:
runs-on: ubuntu-latest