mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
ignore branches for builds
This commit is contained in:
parent
0564347aa8
commit
3485e742a0
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- 'l10n_master'
|
||||||
|
- 'gh-pages'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user