Skip to content

Commit

Permalink
Merge pull request #623 from synfinatic/all-branches
Browse files Browse the repository at this point in the history
run workflows on all PR's, not just those off main
  • Loading branch information
synfinatic authored Oct 17, 2023
2 parents ebf0b2b + ce09381 commit 344d477
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ on:
branches:
- main
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
paths:
- '.github/**'
- 'cmd/**'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
branches:
- main
paths:
- '.github/**'
- 'cmd/**'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/md-links-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
pull_request:
branches:
- main
paths:
- '.github/**'
- 'docs/**'
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Tests
on:
push:
branches: [main]
branches:
- main
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
paths:
- '.github/**'
- 'cmd/**'
Expand Down

0 comments on commit 344d477

Please sign in to comment.