Skip to content

Commit

Permalink
ci: remove push flow for main branch
Browse files Browse the repository at this point in the history
We already run integration tests on pull request and release. Seems
overkill to specify it on every push to main.
  • Loading branch information
jta committed Jun 6, 2024
1 parent 8e93214 commit 76e58f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Push

on:
push:
branches:
- main
pull_request:

jobs:
Expand Down

0 comments on commit 76e58f6

Please sign in to comment.