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.
2 parents e15dfbe + ee1648b commit 58b27aeCopy full SHA for 58b27ae
.github/workflows/publish.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - 'v*/main'
8
9
jobs:
10
build:
.github/workflows/tests.yml
@@ -6,7 +6,9 @@ name: Tests
on:
# Triggers the workflow on push or pull request events but only for the dev branch
pull_request:
- branches: [dev, main]
+ branches:
+ - dev
11
+ - 'v*/dev'
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
0 commit comments