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 c053c71 commit 0595dc2Copy full SHA for 0595dc2
.github/workflows/generate-variants.yml
@@ -1,11 +1,10 @@
1
on:
2
push:
3
branches:
4
- - spoof-dev
+ - dev
5
6
name: Generate Variants
7
8
-
9
jobs:
10
build:
11
@@ -45,9 +44,9 @@ jobs:
45
44
46
git fetch --all
47
git pull --all
48
- git checkout spoof-dev
49
- git checkout spoof-release-candidate
50
- git rebase spoof-dev
+ git checkout dev
+ git checkout release-candidate
+ git rebase dev
51
52
jobs='${{ steps.buildvariants.outputs.jobs }}'
53
job_count=0
0 commit comments