1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

Modified job to only fire when opened or target edited. (#4915)

This commit is contained in:
Todd Martin 2023-03-02 18:37:41 -05:00 committed by GitHub
parent bb9def116a
commit a02f9e3a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ name: Label Issue Pull Request
on:
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:
- .github/workflows/** # We don't need QA on workflow changes
branches: