Skip to content

Commit

Permalink
Enable CI for release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Sep 7, 2024
1 parent b08610a commit c97dcfa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- release/*

jobs:
runBenchmark:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
pull_request:
branches:
- main
- release/*
push:
branches:
- main
- release/*
merge_group:
types: [checks_requested]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ on:
pull_request:
branches:
- main
- release/*
push:
branches:
- main
- release/*
merge_group:
types: [checks_requested]

Expand Down

0 comments on commit c97dcfa

Please sign in to comment.