Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
don't run if it contains the word Update
  • Loading branch information
Yucked authored Oct 15, 2023
1 parent 6fe46e5 commit bb723d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
name: Publish to GitHub
runs-on: ubuntu-latest
needs: build
if: ${{ !contains(github.event.head_commit.message, 'Update') }}

steps:
- name: Checkout
Expand Down

0 comments on commit bb723d6

Please sign in to comment.