We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8293eb6 commit 8ef784eCopy full SHA for 8ef784e
.github/workflows/Branch-protection.yml
@@ -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