diff options
| author | Fuwn <[email protected]> | 2021-04-29 15:38:00 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-29 15:38:00 +0000 |
| commit | 41ab36de38d545f41822c8db9b42ce03ab4903de (patch) | |
| tree | f6a05e539697d541f6b4951791f7b7038b748cd2 | |
| parent | docs(changelog): create changelog file for future use (diff) | |
| download | whirl-41ab36de38d545f41822c8db9b42ce03ab4903de.tar.xz whirl-41ab36de38d545f41822c8db9b42ce03ab4903de.zip | |
ci(actions): run rust action on all branches
| -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: |