Skip to content

Commit 2bab264

Browse files
committed
Make build and integration test workflows manually triggerable
1 parent db4bee6 commit 2bab264

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build and upload to PyPi
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55

66
env:

.github/workflows/integration-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- master
10+
workflow_dispatch:
1011

1112
jobs:
1213
tests:

0 commit comments

Comments
 (0)