Skip to content

Commit

Permalink
Allow checks on all branches (not just master)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jan 1, 2020
1 parent 3d5892a commit 1a56280
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/vuepress-build-check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
- package.json
- package-lock.json
push:
branches:
- master
paths:
- .github/workflows/vuepress-build-check-deploy.yml
- docs/**
Expand Down Expand Up @@ -80,6 +78,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v2.8.0
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
paths:
- '**.yml'
- '**.yaml'
branches:
- master

jobs:
yamllint-check:
Expand Down

0 comments on commit 1a56280

Please sign in to comment.