Browse Source

Merge pull request #2408 from bitwarden/BEEEP-exclude-workflows-build

pull/2414/head
Micaiah Martin 4 years ago committed by GitHub
parent
commit
e0844a1a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -5,6 +5,8 @@ on: @@ -5,6 +5,8 @@ on:
push:
branches-ignore:
- 'l10n_master'
paths-ignore:
- '.github/workflows/**'
workflow_dispatch:
inputs: {}

Loading…
Cancel
Save