Skip to content

Commit 7699a8c

Browse files
committed
Always build tags
[skip ci]
1 parent 76b803b commit 7699a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
build:
1717
runs-on: ubuntu-latest
18-
if: contains(github.event.head_commit.message, 'skip ci') != true
18+
if: startsWith(github.ref, 'refs/tags') == true || contains(github.event.head_commit.message, 'skip ci') != true
1919

2020
steps:
2121
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)