Skip to content

Commit 2a514ab

Browse files
ci: allow pushing to main branch without making a new release by writing (NO_RELEASE) somewhere in the message
1 parent 4f54c87 commit 2a514ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_addons.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
jobs:
77
build:
8+
if: "!contains(github.event.head_commit.message, '(NO_RELEASE)')"
89
runs-on: ubuntu-latest
910
permissions:
1011
contents: write

0 commit comments

Comments
 (0)