summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2021-02-20 23:46:29 -0500
committersoftprops <d.tangren@gmail.com>2021-02-20 23:46:29 -0500
commit60cf22c99b17dd1bd3306f1a368384889f3b7cbf (patch)
treedddf78c2b37b6bbc5eea633d447aac9a027eda2a /.github
parentd8dedbee2e2dba916624cc870ffdea89594ad011 (diff)
trigger on pushes to tags
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e84d448..ebedd02 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -22,7 +22,7 @@ env:
jobs:
codestyle:
- runs-on: ubuntu-latest
+ runs-o n: ubuntu-latest
steps:
- name: Set up Rust
uses: hecrj/setup-rust-action@v1