diff options
author | Nick Gerace <39320683+nickgerace@users.noreply.github.com> | 2020-04-10 17:40:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 17:40:27 -0400 |
commit | deb204128e873cf462ed308051730c4a8a1abb89 (patch) | |
tree | 02107b07eb857da8cece559e752e4e459e45e2a2 /.github/workflows | |
parent | bb908c192a4c8d11c0a113de47fdc21c3d078073 (diff) | |
download | gfold-deb204128e873cf462ed308051730c4a8a1abb89.zip |
Update to 0.1.1 and add contributors to README (#5)
* Update to 0.1.1 and add contributors to README
* Only run Actions on push, remove PR
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2535af2..82cdee7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,4 +1,4 @@ -on: [push, pull_request]
+on: [push]
name: gfold actions
jobs:
|