Skip to content

Commit b8e843d

Browse files
add branch-protection
1 parent 9dc2145 commit b8e843d

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

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'

.github/workflows/CD.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Docker Image CD
33
on:
44
push:
55
branches: [ master, develop ]
6+
67
jobs:
78
docker-build-squash-push:
89
uses: Geode-solutions/actions/.github/workflows/docker-build-squash-push.yml@master

0 commit comments

Comments
 (0)