Skip to content

Commit

Permalink
fix: run workflows on master (#1144)
Browse files Browse the repository at this point in the history
The `unstable` branch wasn't removed from some workflows and `interop`
wasn't running on `master`.
  • Loading branch information
diegomrsantos authored Jul 5, 2024
1 parent 94d93cb commit be80160
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- master
- unstable
pull_request:
workflow_dispatch:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- master
- unstable
pull_request:
workflow_dispatch:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- master
workflow_dispatch:


jobs:
build:
timeout-minutes: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- unstable
- master
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit be80160

Please sign in to comment.