Skip to content

Commit

Permalink
chore: only build pull requests against main
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed May 6, 2023
1 parent 3b9422f commit db60b29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ on:
- error
push:
branches:
- 'main'
- main
tags:
- 'v*.*.*'
paths-ignore:
- ".gitignore"
- ".editorconfig"
pull_request:
branches:
- main

jobs:
check:
Expand Down

0 comments on commit db60b29

Please sign in to comment.