mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-22 02:21:34 +01:00
Modified job to only fire when opened or target edited. (#4915)
This commit is contained in:
parent
bb9def116a
commit
a02f9e3a14
@ -5,7 +5,7 @@ name: Label Issue Pull Request
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, edited] # Check when PR is opened, new pushes are made, or target branch is edited
|
types: [opened, edited] # Check when PR is opened or target branch is edited
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- .github/workflows/** # We don't need QA on workflow changes
|
- .github/workflows/** # We don't need QA on workflow changes
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user