Skip to content

Commit

Permalink
Revert "Disable main branch check"
Browse files Browse the repository at this point in the history
This reverts commit 3201b52.
  • Loading branch information
ayoy committed Dec 15, 2023
1 parent 3201b52 commit 8fc1b54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/code_freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

steps:

# - name: Assert main branch
# run: |
# if [ "${{ github.ref_name }}" != "main" ]; then
# echo "👎 Not the main branch"
# exit 1
# fi
- name: Assert main branch
run: |
if [ "${{ github.ref_name }}" != "main" ]; then
echo "👎 Not the main branch"
exit 1
fi
- name: Check out the code
uses: actions/checkout@v3
Expand Down

0 comments on commit 8fc1b54

Please sign in to comment.