Skip to content

Commit

Permalink
build: update GitHub actions to only run in certain cases
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSolati committed Sep 8, 2020
1 parent 84fcb96 commit 383990c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pull_request.yml
@@ -1,8 +1,5 @@
name: Pull Request CI
on:
pull_request:
branches:
- '**'
on: pull_request
env:
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Expand Up @@ -2,7 +2,8 @@ name: Push CI
on:
push:
branches:
- '**'
- 'main'
- 'dev'
tags-ignore:
- v*
env:
Expand Down

0 comments on commit 383990c

Please sign in to comment.