mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 11:31:07 +07:00
Update workflows
This commit is contained in:
parent
a35f420124
commit
c483e03222
3
.github/workflows/check-dist.yml
vendored
3
.github/workflows/check-dist.yml
vendored
@ -1,4 +1,5 @@
|
||||
name: Check dist/
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@ -14,4 +15,4 @@ jobs:
|
||||
call-check-dist:
|
||||
name: Check dist/
|
||||
#uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
||||
uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main
|
||||
uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main
|
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
@ -1,4 +1,5 @@
|
||||
name: CodeQL analysis
|
||||
name: CodeQL analysis
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
@ -1,4 +1,5 @@
|
||||
name: Release new action version
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
@ -25,4 +26,4 @@ jobs:
|
||||
uses: actions/publish-action@v0.2.1
|
||||
with:
|
||||
source-tag: ${{ env.TAG_NAME }}
|
||||
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
|
||||
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
|
Loading…
Reference in New Issue
Block a user