Skip to content

Commit

Permalink
Ignore release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner committed Aug 30, 2024
1 parent 69d6ef7 commit 03bba1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ permissions:
id-token: write

on:
push:
branches:
- "evm"
pull_request:
types: [ready_for_review, synchronize, opened]

jobs:
build:
if: "contains(github.event.head_commit.message, 'release:')"
# if: "contains(github.event.head_commit.message, 'release:')"

strategy:
fail-fast: false
Expand Down

0 comments on commit 03bba1f

Please sign in to comment.