Skip to content

Commit 95c7e56

Browse files
committed
for debug
1 parent a727023 commit 95c7e56

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
@@ -72,7 +72,7 @@ jobs:
7272
build:
7373
needs: test
7474
runs-on: ubuntu-latest
75-
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
75+
# if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
7676
steps:
7777
- run: |
7878
sudo apt-get update

0 commit comments

Comments
 (0)