Skip to content

Commit

Permalink
Merge pull request #8 from codelibs/workflow-condition
Browse files Browse the repository at this point in the history
modify workflow
  • Loading branch information
tohtsky authored Oct 15, 2021
2 parents f276fdc + 5a869d5 commit d55a96d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: pre-commit
on:
pull_request:
push:
branches:
- '**'
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Full Test & Upload coverage
on:
push:
tags-ignore:
branches:
- '**'
pull_request:
jobs:
Expand Down

0 comments on commit d55a96d

Please sign in to comment.