Skip to content

Commit

Permalink
Merge pull request #235 from ScalefreeCOM/workflow-fixes
Browse files Browse the repository at this point in the history
Only trigger workflow on PRs on main branch.
  • Loading branch information
dkawczynski authored Aug 21, 2024
2 parents 33a1f08 + b3f4203 commit 094216a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checking_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ permissions:
on:
pull_request:
types: [opened, synchronize]
branches:
- main

concurrency:
group: trigger-group
Expand Down

0 comments on commit 094216a

Please sign in to comment.