Skip to content

Commit

Permalink
Correct indention of protect-master gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
selzoc committed Nov 15, 2024
1 parent 50c27db commit c159c32
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/protect-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches:
- master

jobs:
check-branch:
runs-on: ubuntu-latest
steps:
- name: Check branch
run: |
echo "Error: Pull request against master is prohibited"
exit 1
jobs:
check-branch:
runs-on: ubuntu-latest
steps:
- name: Check branch
run: |
echo "Error: Pull request against master is prohibited"
exit 1

0 comments on commit c159c32

Please sign in to comment.