Skip to content

Commit

Permalink
ci: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
upsetbit committed Oct 25, 2022
1 parent 2089507 commit f3e6b6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-many.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags: v[0-9]+.[0-9]+.[0-9]+

pull_request:
branches: *
branches: '*'

jobs:
multi-os:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-many.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: test-many
on:
pull_request:
branches: '*'
paths-ignore: '**.md'

defaults:
run:
Expand Down

0 comments on commit f3e6b6b

Please sign in to comment.