Skip to content

Commit cb8b015

Browse files
committed
try trigger workflows without .github on main
1 parent f385c5b commit cb8b015

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-wheel-release-upload.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Release (GitHub/PyPI) and Deploy Docs
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- "**"
68
tags:
79
- "*" # Trigger on all tags initially, but tag and release privilege are verified in _build-wheel-release-upload.yml
810

.github/workflows/tests-on-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Tests on PR
22

33
on:
44
pull_request:
5+
branches:
6+
- "**"
57
workflow_dispatch:
68

79
jobs:

0 commit comments

Comments
 (0)