Skip to content

Commit 18b02be

Browse files
committedNov 9, 2022
Fix CI workflow rule
1 parent cf721c6 commit 18b02be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
push:
8+
branches:
9+
- master
810
tags-ignore:
911
- v*
1012

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- v*
77

88
jobs:
9-
tests:
9+
release:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Get version

0 commit comments

Comments
 (0)
Please sign in to comment.