Skip to content

Commit c7d3a44

Browse files
committed
Only build on tags
1 parent ed6a7b5 commit c7d3a44

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
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
if: github.repository_owner == 'sphinx-doc'
10+
if: github.repository_owner == 'sphinx-doc' && startsWith(github.ref, 'refs/tags/')
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:

0 commit comments

Comments
 (0)