Skip to content

Commit

Permalink
Stop duplicate job runs
Browse files Browse the repository at this point in the history
Jobs used to run once for the pull request and again for the push
  • Loading branch information
c-git committed Nov 5, 2023
1 parent 4618958 commit 267e147
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/general.yml
Expand Up @@ -5,11 +5,7 @@ on:
branches:
- main
- develop
pull_request:
types: [ opened, synchronize, reopened ]
branches:
- main
- develop

env:
CARGO_TERM_COLOR: always

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -4,10 +4,6 @@ on:
push:
branches:
- main
pull_request:
types: [ opened, synchronize, reopened ]
branches:
- main
env:
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit 267e147

Please sign in to comment.