Skip to content

Commit

Permalink
actions: no more run tests when commits are pushed to master, only bu…
Browse files Browse the repository at this point in the history
…ild and deploy (#133)
  • Loading branch information
gwarf authored Nov 5, 2020
1 parent 8fa8d64 commit d4ccc6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build documentation
# Deploy to GitHub pages
# https://github.com/peaceiris/actions-gh-pages

on: [push, pull_request]
on: pull_request

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Check links

on: [push, pull_request]
on: pull_request

jobs:
markdown-link-check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Lint

on: [push, pull_request]
on: pull_request

jobs:
super-lint:
Expand Down

0 comments on commit d4ccc6f

Please sign in to comment.