diff options
| author | Fuwn <[email protected]> | 2021-04-29 15:38:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-29 15:38:00 -0700 |
| commit | 87712b03b8b8bceda4e7c22204d38b672a754b1e (patch) | |
| tree | 4612e7ab0522c4fc1c9f2e6bd8c830bb794f2bf8 /.github/workflows | |
| parent | docs(changelog): create changelog file for future use (diff) | |
| download | whirl-87712b03b8b8bceda4e7c22204d38b672a754b1e.tar.xz whirl-87712b03b8b8bceda4e7c22204d38b672a754b1e.zip | |
ci(actions): run rust action on all branches
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2e172ea..7be0294 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,10 +2,10 @@ name: Rust ✅/ 🚫 on: push: - branches: [develop] + # branches: [develop] paths: "src" pull_request: - branches: [develop] + # branches: [develop] paths: "src" env: |