Skip to content

Commit

Permalink
only run workflows on certain events
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsoni committed Mar 24, 2020
1 parent 7110d21 commit 4c4a78e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: RoutesCoverage
on: [pull_request, push]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
gh-actions:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: RoutesTest
on:
pull_request:
branches:
- master
jobs:
build:
name: Build
Expand Down

0 comments on commit 4c4a78e

Please sign in to comment.