Skip to content

Commit

Permalink
don't trigger build when adding PR label
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Aug 30, 2023
1 parent 6e63e44 commit a5ac3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
- "release/*"
pull_request:
types: [assigned, opened, synchronize, reopened, labeled]
types: [opened, synchronize, reopened]

jobs:
build:
Expand Down

0 comments on commit a5ac3e9

Please sign in to comment.