Skip to content

Commit

Permalink
CI: enable component tests on develop (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Apr 26, 2024
1 parent a2ff2b3 commit af4cc5e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gauntlet.yml
Expand Up @@ -2,6 +2,9 @@ name: gauntlet

on:
pull_request:
push:
branches:
- develop

jobs:
tool_versions:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/monitoring.yml
Expand Up @@ -2,6 +2,9 @@ name: "Compile SOM"

on:
pull_request:
push:
branches:
- develop

jobs:
build-container:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/relay.yml
Expand Up @@ -2,6 +2,9 @@ name: relay

on:
pull_request:
push:
branches:
- develop

jobs:
relay_run_unit_tests:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
@@ -1,6 +1,9 @@
name: rust
on:
pull_request:
push:
branches:
- develop

defaults:
run:
Expand Down

0 comments on commit af4cc5e

Please sign in to comment.