Skip to content

Commit

Permalink
Comment release conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner committed Feb 28, 2024
1 parent 3ca8b8d commit 18ac52e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-develop.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Publish (Develop)

on:
push:
branches:
- "develop"
# on:
# push:
# branches:
# - "develop"

permissions:
contents: read

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

runs-on: ubuntu-latest

Expand Down

0 comments on commit 18ac52e

Please sign in to comment.