1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Merge pull request #701 from kevin1024/run-actions-on-push-to-topic-branches

Allow triggering CI manually
This commit is contained in:
Sebastian Pipping
2023-05-17 18:01:28 +02:00
committed by GitHub

View File

@@ -5,8 +5,7 @@ on:
branches:
- master
pull_request:
branches:
- "*"
workflow_dispatch:
jobs:
build: