Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Change when CI runs to remove duplication.
We do not allow pushing directly to main so pull request is enough.
  • Loading branch information
c-git committed Nov 17, 2023
1 parent 9f3ba1c commit 99e050b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: Rust
on:
push:
branches:
- main
- develop
pull_request:
types: [ opened, synchronize, reopened ]
branches:
- main
- develop
env:
CARGO_TERM_COLOR: always
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release Build Confirmation

on:
push:
branches:
- main
pull_request:
types: [ opened, synchronize, reopened ]
branches:
Expand Down

0 comments on commit 99e050b

Please sign in to comment.