We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1cf7b commit ebc89eaCopy full SHA for ebc89ea
.github/workflows/sql-review-action.yml
@@ -2,11 +2,6 @@ name: SQL review on pull request using bytebase-action image
2
3
on:
4
push:
5
- pull_request:
6
- branches:
7
- - main
8
- paths:
9
- - "migrations-semver/*.sql"
10
11
env:
12
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # set GITHUB_TOKEN because the 'Check release' step needs it to comment the pull request with check results.
0 commit comments