aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-29 15:38:00 +0000
committerFuwn <[email protected]>2021-04-29 15:38:00 +0000
commit41ab36de38d545f41822c8db9b42ce03ab4903de (patch)
treef6a05e539697d541f6b4951791f7b7038b748cd2
parentdocs(changelog): create changelog file for future use (diff)
downloadwhirl-41ab36de38d545f41822c8db9b42ce03ab4903de.tar.xz
whirl-41ab36de38d545f41822c8db9b42ce03ab4903de.zip
ci(actions): run rust action on all branches
-rw-r--r--.github/workflows/rust.yml4
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: