Skip to content

Commit 337b31a

Browse files
authored
Add branch protection rule trigger to workflow
1 parent ba02e7e commit 337b31a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_runners.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Actions Runner Controller Demo
22
on:
3-
workflow_dispatch:
3+
branch_protection_rule:
4+
types: [created, edited]
45

56
jobs:
67
Explore-GitHub-Actions:

0 commit comments

Comments
 (0)