Skip to content

Commit 094216a

Browse files
authored
Merge pull request #235 from ScalefreeCOM/workflow-fixes
Only trigger workflow on PRs on main branch.
2 parents 33a1f08 + b3f4203 commit 094216a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checking_labels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ permissions:
66
on:
77
pull_request:
88
types: [opened, synchronize]
9+
branches:
10+
- main
911

1012
concurrency:
1113
group: trigger-group

0 commit comments

Comments
 (0)