Skip to content

Commit 329ed32

Browse files
committed
DEBUG: remove condition
1 parent 5ce2487 commit 329ed32

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
@@ -39,7 +39,7 @@ jobs:
3939
build:
4040
needs: [test, test-linux]
4141
runs-on: ubuntu-latest
42-
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
42+
# if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
4343
steps:
4444
- run: |
4545
sudo apt-get update

0 commit comments

Comments
 (0)