We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee0369 commit c260e93Copy full SHA for c260e93
.github/workflows/build.yaml
@@ -1,10 +1,17 @@
1
on:
2
+ # push:
3
+ # branches:
4
+ # - '*'
5
+ # pull_request:
6
7
8
+ # Run only on the v3 branch for now
9
push:
10
branches:
- - '*'
11
+ - 'v3'
12
pull_request:
13
14
15
16
jobs:
17
build-and-test:
.github/workflows/publish.yaml
@@ -1,9 +1,11 @@
- push:
- tags:
- - '[a-z]+@[0-9]+.[0-9]+.[0-9]+'
- - '[a-z]+-[a-z]+@[0-9]+.[0-9]+.[0-9]+'
- - '[a-z]+-[a-z]+-[a-z]+@[0-9]+.[0-9]+.[0-9]+'
+ # tags:
+ # - '[a-z]+@[0-9]+.[0-9]+.[0-9]+'
+ # - '[a-z]+-[a-z]+@[0-9]+.[0-9]+.[0-9]+'
+ # - '[a-z]+-[a-z]+-[a-z]+@[0-9]+.[0-9]+.[0-9]+'
+ # Run manually from inside GitHub Actions for now
+ workflow_dispatch:
release:
0 commit comments