Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit f390366

Browse files
committed
only pre-release PRs
1 parent 4fef948 commit f390366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: automatic-release
22

33
on:
44
push:
5-
branches:
5+
branches-ignore:
66
- master
77

88
env:
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
prerelease:
14-
if: endsWith(github.ref, '/master')
14+
if: endsWith(github.ref, '/master')!
1515
name: Create prerelease
1616
runs-on: ubuntu-latest
1717
steps:

0 commit comments

Comments
 (0)