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: push:
branches: branches:
- master - master
- unstable
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:

View File

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

View File

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

View File

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