Skip to content

Commit

Permalink
Merge pull request #2686 from peterfpeterson/reduce_pr_builds
Browse files Browse the repository at this point in the history
Change build rules to not double fire on PRs
  • Loading branch information
butlerpd authored Dec 19, 2023
2 parents acb1a6f + 7630f7a commit 6c4f13e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: CI

on:
[push, pull_request, workflow_call]
workflow_call:
pull_request:
push:
branches: [main]
tags: ['v*']

defaults:
run:
Expand Down

0 comments on commit 6c4f13e

Please sign in to comment.