Skip to content

Commit

Permalink
build: run integration tests on main branch after push (GoogleCloudPl…
Browse files Browse the repository at this point in the history
…atform#270)

Run the integration tests on the main branch after push to ensure that
the change does not break anything, and to create a baseline for code
coverage reports.
  • Loading branch information
olavloite committed Jul 9, 2022
1 parent ce01b5c commit 16f833d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on:
push:
branches:
- postgresql-dialect
pull_request:
schedule:
# Run at 04:52UTC every day
Expand Down

0 comments on commit 16f833d

Please sign in to comment.