Skip to content

Commit fcaf99b

Browse files
committed
ci: couple of minor fixes
1 parent 3e63729 commit fcaf99b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/build-many.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: build-many
22

33
on:
44
push:
5-
tags: v[0-9]+.[0-9]+.[0-9]+
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
67

78
pull_request:
8-
branches: '*'
9+
branches:
10+
- '*'
911

1012
jobs:
1113
multi-os:

.github/workflows/daily-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Download and run
1414
run: |
15-
curl -L -o lgs https://github.com/caian-org/list-github-stars/releases/download/v1.1.1/lgs-linux-v1.1.1
15+
curl -L -o lgs https://github.com/caian-org/list-github-stars/releases/download/v1.1.3/lgs-linux-v1.1.3
1616
chmod +x lgs
1717
1818
./lgs >> my-github-stars.md

.github/workflows/release-many.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: release-many
22

33
on:
44
push:
5-
tags: v[0-9]+.[0-9]+.[0-9]+
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
67

78
jobs:
89
wait-build:

.github/workflows/test-many.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: test-many
22

33
on:
44
pull_request:
5-
branches: '*'
5+
branches:
6+
- '*'
67

78
defaults:
89
run:

0 commit comments

Comments
 (0)