We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0023d commit f741128Copy full SHA for f741128
2 files changed
.github/workflows/watcher-go.yml
@@ -3,6 +3,8 @@ name: Test (Go)
3
on:
4
push:
5
branches: [ release, next ]
6
+ pull_request:
7
+ branches: [ release, next ]
8
9
permissions:
10
contents: read
.github/workflows/watcher-rs.yml
@@ -3,6 +3,8 @@ name: Test (Rust)
env:
CARGO_TERM_COLOR: always
0 commit comments