Skip to content

Commit c260e93

Browse files
committed
Run v3 publish workflow manually for now
1 parent 1ee0369 commit c260e93

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

.github/workflows/build.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
on:
2+
# push:
3+
# branches:
4+
# - '*'
5+
# pull_request:
6+
# branches:
7+
# - '*'
8+
# Run only on the v3 branch for now
29
push:
310
branches:
4-
- '*'
11+
- 'v3'
512
pull_request:
613
branches:
7-
- '*'
14+
- 'v3'
815

916
jobs:
1017
build-and-test:

.github/workflows/publish.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
on:
2-
push:
3-
tags:
4-
- '[a-z]+@[0-9]+.[0-9]+.[0-9]+'
5-
- '[a-z]+-[a-z]+@[0-9]+.[0-9]+.[0-9]+'
6-
- '[a-z]+-[a-z]+-[a-z]+@[0-9]+.[0-9]+.[0-9]+'
2+
# push:
3+
# tags:
4+
# - '[a-z]+@[0-9]+.[0-9]+.[0-9]+'
5+
# - '[a-z]+-[a-z]+@[0-9]+.[0-9]+.[0-9]+'
6+
# - '[a-z]+-[a-z]+-[a-z]+@[0-9]+.[0-9]+.[0-9]+'
7+
# Run manually from inside GitHub Actions for now
8+
workflow_dispatch:
79

810
jobs:
911
release:

0 commit comments

Comments
 (0)