不要怂,就是干,撸起袖子干!

Commit 3ca53d86 by papb

ci: fix condition for release job

1 parent 63759600
Showing with 1 additions and 1 deletions
......@@ -159,7 +159,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: [lint, test-typings, test-sqlite, test-postgres, test-mysql-mariadb, test-mssql]
if: github.event.push
if: github.event_name == 'push' && github.ref == 'refs/heads/v6'
steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v1
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!