Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner committed Oct 1, 2024
1 parent 29a5e89 commit daedb59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ on:
push:
branches:
- "develop"
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 Expand Up @@ -89,7 +91,7 @@ jobs:

publish:
name: Publish
if: "contains(github.event.head_commit.message, 'release:')"
# if: "contains(github.event.head_commit.message, 'release:')"
runs-on: ubuntu-latest
needs:
- build
Expand Down

0 comments on commit daedb59

Please sign in to comment.