Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fix tests to let them run only on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jan 2, 2020
1 parent 812b860 commit 2245ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/vuepress-build-check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- package.json
- package-lock.json
push:
branches:
- master
paths:
- .github/workflows/vuepress-build-check-deploy.yml
- docs/**
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- '**.yml'
- '**.yaml'
push:
branches:
- master
paths:
- '**.yml'
- '**.yaml'
Expand Down

0 comments on commit 2245ba5

Please sign in to comment.