Skip to content

Commit

Permalink
ci(workflow): don't run jobs twice on PRs (angristan#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan authored Apr 27, 2020
1 parent 0f871f2 commit b4cbb54
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

name: Lint
jobs:
shellcheck:
Expand Down

0 comments on commit b4cbb54

Please sign in to comment.