Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tcjennings committed Dec 13, 2024
1 parent a612744 commit ab73278
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,17 @@ env:
merge_group: {}
pull_request:
push:
branches-ignore:
# These should always correspond to pull requests, so ignore them for
# the push trigger and let them be triggered by the pull_request
# trigger, avoiding running the workflow twice. This is a minor
# optimization so there's no need to ensure this is comprehensive.
- "dependabot/**"
- "gh-readonly-queue/**"
- "renovate/**"
- "tickets/**"
- "u/**"
# branches-ignore:
# # These should always correspond to pull requests, so ignore them for
# # the push trigger and let them be triggered by the pull_request
# # trigger, avoiding running the workflow twice. This is a minor
# # optimization so there's no need to ensure this is comprehensive.
# - "dependabot/**"
# - "gh-readonly-queue/**"
# - "renovate/**"
# - "tickets/**"
# - "u/**"
# - "main"
tags:
- "*"

Expand Down

0 comments on commit ab73278

Please sign in to comment.