workflows: Disable for pushes to non-default branches

This commit is contained in:
Tom Stellard 2021-03-20 08:31:47 -07:00
parent 34db509a84
commit d4de1a66e1
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ name: Package bygfoot
on:
push:
tags:
- '*'
branches:
- unofficial-trunk
pull_request:
env: