Skip to content

Commit

Permalink
Merge pull request #398 from brandleadership/main
Browse files Browse the repository at this point in the history
Update next-no-typescript branch with main
  • Loading branch information
nataliia-karpenko authored Sep 26, 2024
2 parents 02df1dc + aa68bf8 commit e5cb30d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/enforcer.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: 'Check Branch'
# name: 'Check Branch'

on:
pull_request:
# on:
# pull_request:

jobs:
check_branch:
runs-on: ubuntu-latest
steps:
- name: Check branch
if: github.base_ref == 'main' && github.head_ref != 'next-no-typescript'
run: |
echo "ERROR: You can only merge to main from next-no-typescript."
exit 1
# jobs:
# check_branch:
# runs-on: ubuntu-latest
# steps:
# - name: Check branch
# if: github.base_ref == 'main' && github.head_ref != 'next-no-typescript'
# run: |
# echo "ERROR: You can only merge to main from next-no-typescript."
# exit 1

0 comments on commit e5cb30d

Please sign in to comment.