replacing manual dispatch trigger with push/release triggers
This commit is contained in:
parent
92d4afb28d
commit
54ed6cd2b0
|
@ -1,7 +1,14 @@
|
||||||
name: Build & Sign
|
name: Build & Sign
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- 'l10n_master'
|
||||||
|
- 'gh-pages'
|
||||||
|
release:
|
||||||
|
types:
|
||||||
|
- published
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows:
|
windows:
|
||||||
|
|
Loading…
Reference in New Issue