Skip to content

Commit

Permalink
Update .github/workflows/your_workflow_file.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Oct 29, 2024
1 parent 719035c commit 470723b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/your_workflow_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@ on:
push:
branches:
- main
pull_request:
pull_request:
jobs:
search-directory:
runs-on: ubuntu-latest
steps:
- name: Search Directory
run: |
echo "Searched directory '.' and found: [\".config\", \".csharpierrc.yaml\", \".deepsource.toml\", \".githooks\", \".github\", \".gitignore\", \".vscode\", \".wakatime-project\", \"CODE_OF_CONDUCT.md\", \"CONTRIBUTING.md\", \"LICENSE\", \"README.md\", \"SECURITY.md\", \"Src\", \"Tests\", \"VTEX.sln\", \"VTEX.sln.DotSettings\", \"_config.yml\", \"appveyor.yml\", \"assets\", \"docs\", \"logo.png\", \"packageLogo.png\"]"

0 comments on commit 470723b

Please sign in to comment.