Skip to content

Commit

Permalink
Merge pull request jannis-baum#100 from jannis-baum/issue/99-fix-runn…
Browse files Browse the repository at this point in the history
…ing-ci-twice-on-main-repo-branches

Fix running CI twice on main repo branches
  • Loading branch information
jannis-baum authored Jul 16, 2024
2 parents 4e1d7cb + c741c7f commit 5be72b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- '**'
- main
tags:
- 'v*'
pull_request:
Expand Down

0 comments on commit 5be72b8

Please sign in to comment.