mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
replacing manual dispatch trigger with push/release triggers
This commit is contained in:
11
.github/workflows/build-and-sign.yml
vendored
11
.github/workflows/build-and-sign.yml
vendored
@@ -1,7 +1,14 @@
|
||||
name: Build & Sign
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'l10n_master'
|
||||
- 'gh-pages'
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
||||
|
||||
jobs:
|
||||
windows:
|
||||
|
||||
Reference in New Issue
Block a user