Skip to content

Commit

Permalink
enable ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ananas-block committed Nov 12, 2024
1 parent 5d92da6 commit 9cfe0a7
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/forester-build-and-push-to-docr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Build and Push to DOCR
on:
push:
branches:
- main
- "*"
pull_request:
branches:
- "**"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/forester-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
on:
push:
branches:
- main
- "*"
- jorrit/feat-bloomfilter-queues
paths:
- "forester/**"
- "photon-api/**"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
on:
push:
branches:
- main
- "*"
- jorrit/feat-bloomfilter-queues
pull_request:
branches:
- "*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/light-examples-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- "*"
paths:
- "examples/**"
- "macros/light-sdk-macros/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/light-system-programs-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- "*"
paths:
- "programs/**"
- "test-programs/**"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
on:
push:
branches:
- main
- "*"
- jorrit/feat-bloomfilter-queues
pull_request:
branches:
- "*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prover-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test gnark prover
on:
push:
branches:
- main
- "*"
- 'release/**'
paths:
- "light-prover/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- main
- "*"

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- "*"
paths:
- ".cargo/**"
- "**/*.rs"
Expand Down

0 comments on commit 9cfe0a7

Please sign in to comment.