replacing manual dispatch trigger with push/release triggers

This commit is contained in:
Joseph Flinn 2021-01-06 20:39:43 +00:00
parent 92d4afb28d
commit 54ed6cd2b0
1 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,14 @@
name: Build & Sign
on:
workflow_dispatch:
on:
push:
branches-ignore:
- 'l10n_master'
- 'gh-pages'
release:
types:
- published
jobs:
windows: