This commit is contained in:
CzBiX
2020-09-12 15:49:21 +08:00
parent c10aa5c116
commit 58a65c6d39

View File

@@ -26,7 +26,7 @@ jobs:
build:
needs: [test]
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'release'
if: github.event_name == 'push' && github.ref == 'refs/heads/release'
steps:
- uses: actions/checkout@v2
- name: Use Node.js