Skip to content

Commit 3504446

Browse files
authored
tweaked yaml order
1 parent 007ca12 commit 3504446

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
uses: github/codeql-action/analyze@v1
4040

4141
publish:
42-
if: startsWith(github.ref, '/refs/tags/v')
42+
4343
runs-on: ubuntu-latest
44+
if: startsWith(github.ref, 'refs/tags/v')
4445

4546
steps:
4647
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)