Skip to content

Commit 344d707

Browse files
🩹 [Patch]: Update Action-Test workflow to enable push event trigger and adjust environment variables for linting
1 parent 4cc55d0 commit 344d707

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.github/workflows/Action-Test.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Action-Test
33
run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
44

55
on:
6+
push:
67
workflow_dispatch:
78
pull_request:
89
schedule:
@@ -64,6 +65,8 @@ jobs:
6465
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
6566
env:
6667
GITHUB_TOKEN: ${{ github.token }}
67-
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
68+
DEFAULT_BRANCH: ${{ github.ref_name }}
69+
VALIDATE_ALL_CODEBASE: false
6870
VALIDATE_MARKDOWN: true
6971
VALIDATE_NATURAL_LANGUAGE: true
72+
FILTER_REGEX_INCLUDE: ^tests/srcTestRepo/outputs/docs/.*

0 commit comments

Comments
 (0)