diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:30:04 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:30:04 +0200 |
commit | 042f0c806dd7671c1a5e38f8308d4887f2d43ec6 (patch) | |
tree | 01a835144e38828f9540d80d28489b27866ff387 /.github | |
parent | bump Ruby version (diff) | |
download | wireguard-config-042f0c806dd7671c1a5e38f8308d4887f2d43ec6.tar.gz wireguard-config-042f0c806dd7671c1a5e38f8308d4887f2d43ec6.zip |
workflows/jekyll: only deploy on pushes to master
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/jekyll.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index b23b02a..8ffd76f 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -37,3 +37,4 @@ jobs: REMOTE_HOST: '${{ secrets.REMOTE_HOST }}' REMOTE_PORT: '${{ secrets.REMOTE_PORT}}' REMOTE_DIR: '${{ secrets.REMOTE_DIR }}' + if: github.event_name == 'push' && github.ref == 'refs/heads/master' |