Skip to content

Commit

Permalink
ci: couple of minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
upsetbit committed Feb 19, 2023
1 parent 3e63729 commit fcaf99b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-many.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: build-many

on:
push:
tags: v[0-9]+.[0-9]+.[0-9]+
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

pull_request:
branches: '*'
branches:
- '*'

jobs:
multi-os:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Download and run
run: |
curl -L -o lgs https://github.com/caian-org/list-github-stars/releases/download/v1.1.1/lgs-linux-v1.1.1
curl -L -o lgs https://github.com/caian-org/list-github-stars/releases/download/v1.1.3/lgs-linux-v1.1.3
chmod +x lgs
./lgs >> my-github-stars.md
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-many.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: release-many

on:
push:
tags: v[0-9]+.[0-9]+.[0-9]+
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
wait-build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-many.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: test-many

on:
pull_request:
branches: '*'
branches:
- '*'

defaults:
run:
Expand Down

0 comments on commit fcaf99b

Please sign in to comment.