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 2771213 commit bd498e7Copy full SHA for bd498e7
.github/workflows/codeql-analysis.yml
@@ -13,10 +13,12 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [ main ]
+ branches:
17
+ - main
18
pull_request:
19
# The branches below must be a subset of the branches above
20
21
22
schedule:
23
- cron: '16 19 * * 4'
24
.github/workflows/test.yml
@@ -65,11 +65,11 @@ jobs:
65
git config --local user.name "github-actions[bot]"
66
git add dist
67
git commit -m "Added dist files"
68
- git tag v1 -f
+ git tag v2 -f
69
- name: Push dist
70
uses: ad-m/github-push-action@master
71
with:
72
github_token: ${{ secrets.GITHUB_TOKEN }}
73
- branch: dist/v1
+ branch: dist/v2
74
tags: true
75
force: true
0 commit comments