1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00: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

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: