Skip to content

Commit 4ecce69

Browse files
authored
chore: Add workflow_dispatch trigger for rs_ci.yml (#742)
# This PR Allows the workflow `rs_ci.yml` to be triggered manually. # Motivation Right now `rs_ci.yml` can only use the workflow from the main branch, making it hard to test #741.
1 parent e3a9dc4 commit 4ecce69

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/rs_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
workflow_dispatch:
89

910
env:
1011
PB_VERSION: 25.3
@@ -146,7 +147,7 @@ jobs:
146147
runs-on: ${{ matrix.os }}
147148
strategy:
148149
matrix:
149-
os: [ ubuntu-22.04, macos-latest ]
150+
os: [ubuntu-22.04, macos-latest]
150151
steps:
151152
- uses: actions/checkout@v4
152153
- uses: actions-rust-lang/setup-rust-toolchain@v1.13.0

0 commit comments

Comments
 (0)