Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xrSimpodin committed Jun 29, 2024
1 parent bcfe376 commit 7424283
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Main Workflow

on:
push:
pull_request:
release:
types:
- created

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

0 comments on commit 7424283

Please sign in to comment.