Update workflows

pull/358/head
IvanZosimov 3 years ago
parent a35f420124
commit c483e03222

@ -1,4 +1,5 @@
name: Check dist/ name: Check dist/
on: on:
push: push:
branches: branches:
@ -14,4 +15,4 @@ jobs:
call-check-dist: call-check-dist:
name: Check dist/ name: Check dist/
#uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main #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

@ -1,4 +1,5 @@
name: CodeQL analysis name: CodeQL analysis
on: on:
push: push:
branches: [ main ] branches: [ main ]

@ -1,4 +1,5 @@
name: Release new action version name: Release new action version
on: on:
release: release:
types: [released] types: [released]
@ -25,4 +26,4 @@ jobs:
uses: actions/publish-action@v0.2.1 uses: actions/publish-action@v0.2.1
with: with:
source-tag: ${{ env.TAG_NAME }} source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }} slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
Loading…
Cancel
Save