Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guywaldman committed Jul 16, 2024
1 parent ba98cd2 commit 2734a88
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: "PR"
name: "CI"

on:
push:
branches: [main, release/*]
pull_request:
branches: [main, release/*]
branches: [main]
push:
branches: [main]
tags: ['**[0-9]+.[0-9]+.[0-9]+*']

jobs:
test:
Expand Down

0 comments on commit 2734a88

Please sign in to comment.