summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-10-20 10:10:04 +0100
committerWez Furlong <wez@wezfurlong.org>2019-10-20 10:10:04 +0100
commit19daf3236d22d31f1c74cec5b4e391325d73224e (patch)
tree1ccc32b2bd27fe2649cc2de9861bf740905449ac /.github
parenta24c8cba32970d078ab564fd3716a7a51516e086 (diff)
downloadssh2-rs-19daf3236d22d31f1c74cec5b4e391325d73224e.zip
make GH actions run on pushes to master too (fixes up badges)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml3
-rw-r--r--.github/workflows/windows.yml3
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 6055b29..61a3654 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -1,6 +1,9 @@
name: macOS
on:
+ push:
+ branches:
+ - master
pull_request:
branches:
- master
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 6b0e6b9..3145b24 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -1,6 +1,9 @@
name: Windows
on:
+ push:
+ branches:
+ - master
pull_request:
branches:
- master