We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35f420 commit c483e03Copy full SHA for c483e03
.github/workflows/check-dist.yml
@@ -1,4 +1,5 @@
1
name: Check dist/
2
+
3
on:
4
push:
5
branches:
@@ -14,4 +15,4 @@ jobs:
14
15
call-check-dist:
16
17
#uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
- uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main
18
+ uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main
.github/workflows/codeql-analysis.yml
-name: CodeQL analysis
+name: CodeQL analysis
branches: [ main ]
.github/workflows/release-new-action-version.yml
name: Release new action version
release:
types: [released]
@@ -25,4 +26,4 @@ jobs:
25
26
uses: actions/publish-action@v0.2.1
27
with:
28
source-tag: ${{ env.TAG_NAME }}
- slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
29
+ slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments