fix: run workflows on master (#1144)

The `unstable` branch wasn't removed from some workflows and `interop`
wasn't running on `master`.
This commit is contained in:
diegomrsantos 2024-07-05 17:33:34 +02:00 committed by GitHub
parent 94d93cbf25
commit be801602f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1 additions and 4 deletions

View File

@ -3,7 +3,6 @@ on:
push:
branches:
- master
- unstable
pull_request:
workflow_dispatch:

View File

@ -5,7 +5,6 @@ on:
push:
branches:
- master
- unstable
pull_request:
workflow_dispatch:

View File

@ -5,7 +5,6 @@ on:
- master
workflow_dispatch:
jobs:
build:
timeout-minutes: 20

View File

@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- unstable
- master
workflow_dispatch:
concurrency: