Skip to content

Commit 9709f1c

Browse files
author
aligneddev
committed
Add branch protection rule trigger to CI workflow
1 parent d6c9dbd commit 9709f1c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches:
66
- main
7+
branch_protection_rule:
8+
types: [edited, created, deleted]
9+
710
push:
811
branches:
912
- main

0 commit comments

Comments
 (0)