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 b1714d2 commit 3d01c8cCopy full SHA for 3d01c8c
.github/workflows/docker_auto.yml
@@ -3,6 +3,8 @@ on:
3
schedule:
4
- cron: "0 0 * * SUN"
5
push:
6
+ branches:
7
+ - 4.0.0
8
tags:
9
- "[0-9]+.[0-9]+.[0-9]+"
10
- "[0-9]+.[0-9]+.[0-9]+-[0-9]+"
.github/workflows/test.yml
@@ -2,9 +2,9 @@ name: Test
2
on:
- branches: [main]
+ branches: [4.0.0]
pull_request:
workflow_call:
jobs:
0 commit comments