Skip to content

Commit 8ef784e

Browse files
add branch protection
1 parent 8293eb6 commit 8ef784e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Check branch origin
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
check-branch-protection:
8+
uses: Geode-solutions/actions/.github/workflows/branch-protection.yml@master
9+
with:
10+
branch_from: 'develop'
11+
branch_to: 'master'

0 commit comments

Comments
 (0)