Skip to content

Commit 1959836

Browse files
committed
Remove tag exclusion from CI - let it run on tags to satisfy GitHub status checks
1 parent 130db57 commit 1959836

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818

1919
jobs:
2020
build-and-test:
21-
if: github.event_name != 'push' || !startsWith(github.ref, 'refs/tags/')
2221
runs-on: ${{ matrix.os }}
2322
strategy:
2423
fail-fast: false

0 commit comments

Comments
 (0)