Skip to content

Commit

Permalink
Configure GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tkcreateit committed Jun 7, 2024
1 parent e840448 commit cc82fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v44
with:
files: '*.sh'
files: '**/*.sh'
matrix: true

build:
Expand Down
2 changes: 1 addition & 1 deletion module-template/b-7.1.x-ce-components-configuration.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# temp comment
# temp comment 1

SCRIPT_PATH=$(dirname ${BASH_SOURCE[0]})

Expand Down

0 comments on commit cc82fa5

Please # to comment.