Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Guseyn committed Dec 1, 2023
1 parent daf9dd7 commit c49a446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ehtml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: EHTML CI
on:
push:
branches: [ "master" ]
tags:
- '[0-9]+.[0-9]+.[0-9]+'
pull_request:
branches: [ "master" ]

Expand All @@ -24,9 +26,7 @@ jobs:
- run: npm run build

release:
if: |
github.event_name == 'push' &&
github.event.head_commit.message =~ /^[0-9]+\.[0-9]+\.[0-9]+$/
if: github.event_name == 'push'
runs-on: ubuntu-latest
needs: build # Ensure that the 'build' job completes before running the release job
steps:
Expand Down

0 comments on commit c49a446

Please sign in to comment.