Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: minor improvements #708

Merged
merged 9 commits into from
Jan 5, 2023
Prev Previous commit
Next Next commit
ci: avoid excluding all-contributors branches
  • Loading branch information
Belco90 committed Dec 23, 2022
commit 6aa3a1bf9af89501df04e6642c1840f94c68263b
3 changes: 1 addition & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ name: Pipeline
on:
push:
branches:
# semantic-release valid branches, excluding all-contributors
# semantic-release valid branches
- '+([0-9])?(.{+([0-9]),x}).x'
- 'main'
- 'next'
- 'next-major'
- 'beta'
- 'alpha'
- '!all-contributors/**'
Belco90 marked this conversation as resolved.
Show resolved Hide resolved
pull_request:
types: [opened, synchronize]

Expand Down