Skip to content

Commit d55a96d

Browse files
authored
Merge pull request #8 from codelibs/workflow-condition
modify workflow
2 parents f276fdc + 5a869d5 commit d55a96d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pre-commit.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: pre-commit
22
on:
3-
pull_request:
43
push:
4+
branches:
5+
- '**'
6+
pull_request:
57
jobs:
68
pre-commit:
79
runs-on: ubuntu-latest

.github/workflows/run-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Full Test & Upload coverage
22
on:
33
push:
4-
tags-ignore:
4+
branches:
55
- '**'
66
pull_request:
77
jobs:

0 commit comments

Comments
 (0)