Skip to content

Commit c483e03

Browse files
author
IvanZosimov
committed
Update workflows
1 parent a35f420 commit c483e03

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: .github/workflows/check-dist.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Check dist/
2+
23
on:
34
push:
45
branches:
@@ -14,4 +15,4 @@ jobs:
1415
call-check-dist:
1516
name: Check dist/
1617
#uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
17-
uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main
18+
uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main

Diff for: .github/workflows/codeql-analysis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: CodeQL analysis
1+
name: CodeQL analysis
2+
23
on:
34
push:
45
branches: [ main ]

Diff for: .github/workflows/release-new-action-version.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Release new action version
2+
23
on:
34
release:
45
types: [released]
@@ -25,4 +26,4 @@ jobs:
2526
uses: actions/publish-action@v0.2.1
2627
with:
2728
source-tag: ${{ env.TAG_NAME }}
28-
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
29+
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)