Skip to content

Commit 5a869d5

Browse files
author
tohtsky
committed
modify workflow
1 parent f276fdc commit 5a869d5

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)