Skip to content

Commit

Permalink
Merge pull request #4 from StreamAMG/feature/gh-action-branch-protection
Browse files Browse the repository at this point in the history
Create branch-protection.yml
  • Loading branch information
francodriansetti authored Mar 4, 2024
2 parents d9ad32d + 33150f3 commit 46908d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/branch-protection.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Branch protection"
on:
pull_request:
types: [opened, edited, reopened, synchronize]

jobs:
test_job:
runs-on: ubuntu-latest
name: Branch naming protection check.
steps:
- uses: knawat/github-actions-gitflow@v1

0 comments on commit 46908d7

Please sign in to comment.