Skip to content

Commit 8b554aa

Browse files
committed
test build
1 parent 6e4b1ab commit 8b554aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
build:
7272
needs: test
7373
runs-on: ubuntu-latest
74-
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
74+
# if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
7575
steps:
7676
- run: |
7777
sudo apt-get update

0 commit comments

Comments
 (0)