Skip to content

Commit e0fe5f2

Browse files
authored
Update main.yml
1 parent 25a20d9 commit e0fe5f2

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)