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
Conor authored and jbfbell committed Jan 13, 2023
1 parent 9ba1fce commit 6eaec8b
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 6eaec8b

Please sign in to comment.