Skip to content

Commit

Permalink
Update CI trigger logic
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 authored Dec 19, 2024
1 parent cbd203c commit 3f9cb71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: CI

on:
push:
branches:
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:
branches:
- main

permissions:
contents: read
Expand Down

0 comments on commit 3f9cb71

Please sign in to comment.