Skip to content

Commit

Permalink
Run Airbyte CI on pull_request (#21266)
Browse files Browse the repository at this point in the history
* Run Airbyte CI on pull_request as well

* also only run on pushes to master
  • Loading branch information
cpdeethree committed Jan 12, 2023
1 parent c5e5659 commit 31a1333
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ on:
schedule:
- cron: "0 */1 * * *"
push:
branches-ignore:
- "gitbook/v1"
branches:
- master
pull_request:

permissions: write-all

Expand Down

0 comments on commit 31a1333

Please sign in to comment.