Skip to content

Commit 365247d

Browse files
committed
2 parents facef24 + e0fe5f2 commit 365247d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ permissions:
77
on:
88
push:
99
branches: [ "main" ]
10-
pull_request:
11-
branches: [ "main" ]
10+
1211

1312
jobs:
1413
build:
15-
1614
runs-on: ubuntu-latest
15+
if: "contains(github.event.head_commit.message, 'create release')"
1716
strategy:
1817
fail-fast: false
1918

0 commit comments

Comments
 (0)