make beta branch use every branch besides master

This commit is contained in:
Tyler Murphy 2021-12-20 19:40:23 -05:00
parent ec657ccd4f
commit 8b74761866
2 changed files with 5 additions and 1 deletions

View file

@ -2,7 +2,9 @@ name: Beta
on:
push:
branches: [ beta ]
branches-ignore: [ master ]
pull_request:
branches-ignore: [ master ]
jobs:
build:

View file

@ -3,6 +3,8 @@ name: Release
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build: