Skip to content

Commit 23ec1ea

Browse files
committed
Run CI workflow on all pushes and allow manual trigger
1 parent 4f28b51 commit 23ec1ea

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Python CI
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
push: # Runs on pushes to all branches
75
pull_request:
86
branches:
97
- main
8+
workflow_dispatch: # Allows manual triggering from GitHub Actions UI
109

1110
env:
1211
VICEROY_TAG: v0.16.3

0 commit comments

Comments
 (0)