Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf6ccb commit 907af3aCopy full SHA for 907af3a
1 file changed
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
run-if-changes:
10
runs-on: ubuntu-latest
11
outputs:
12
- run: ${{ (github.event_name == 'push' && github.ref_name == 'main') && 'true' || steps.filter.outputs.python }}
+ run: ${{ github.event_name == 'push' && 'true' || steps.filter.outputs.python }}
13
steps:
14
- uses: actions/checkout@v6
15
- uses: dorny/paths-filter@v4
0 commit comments