Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xrSimpodin authored Oct 2, 2024
1 parent 9abb2f1 commit 6ae9226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
if: "contains(github.event.head_commit.message, '[ci build]') || github.event_name == 'release'"
if: "contains(github.event.head_commit.message, '[ci build]')"
runs-on: windows-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 6ae9226

Please sign in to comment.