Skip to content

Commit

Permalink
Enable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Oct 10, 2024
1 parent 4f135b3 commit 56f0235
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches:
- main
- release-0.4.x
pull_request:
branches:
- main
- release-0.4.x
jobs:
release-build:
name: Release Build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches:
- main
- release-0.4.x
pull_request:
branches:
- main
- release-0.4.x
jobs:
static-analysis:
name: Static Analysis
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches:
- main
- release-0.4.x
pull_request:
branches:
- main
- release-0.4.x
jobs:
test:
name: Test
Expand Down

0 comments on commit 56f0235

Please sign in to comment.