We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92b0828 + 1b34073 commit 438a222Copy full SHA for 438a222
.github/workflows/rust.yml
@@ -2,9 +2,9 @@ name: Rust
2
3
on:
4
push:
5
- branches: [ "main", "rook" ]
+ branches: [ "main" ]
6
pull_request:
7
8
9
permissions:
10
contents: read
.github/workflows/shuttle_deploy.yml
@@ -4,7 +4,6 @@ on:
branches:
- main
- - rook
workflow_dispatch:
jobs:
0 commit comments