Skip to content

Commit

Permalink
ci: fixed commit message condition
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleDebug committed Feb 10, 2024
1 parent d69ecf2 commit ad6f57b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
- name: Check commit message 💬
if: ! contains(github.event.head_commit.message, '[ci-deploy]')
exit 1
run: exit 1

- name: Checkout 🛎️
uses: actions/checkout@v3

- name: Install and Build 🔧
- name: Install and Build 🔧
run: |
npm ci
npm run build
Expand Down

0 comments on commit ad6f57b

Please sign in to comment.