Skip to content

Commit

Permalink
CI: run builds on pull requests and pushes to *.x branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Dec 11, 2024
1 parent 3d5cf8d commit 463100c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
pull_request:
branches:
- "master"
- "*.x"
push:
branches:
- "master"
- "*.x"
tags:
- "*"

Expand Down

0 comments on commit 463100c

Please sign in to comment.