Skip to content

Commit

Permalink
Do not run ci workflow on pushes to main branch
Browse files Browse the repository at this point in the history
... the release workflow already does that.
  • Loading branch information
mmhat committed Aug 10, 2024
1 parent aaba286 commit 5a78d58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Tests Pipeline

on:
pull_request:
push:
branches: ['main']
pull_request: {}

jobs:
generate-matrix:
Expand Down

0 comments on commit 5a78d58

Please sign in to comment.