Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 907af3a

Browse files
authored
remove hardcode (#700)
1 parent 8bf6ccb commit 907af3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
run-if-changes:
1010
runs-on: ubuntu-latest
1111
outputs:
12-
run: ${{ (github.event_name == 'push' && github.ref_name == 'main') && 'true' || steps.filter.outputs.python }}
12+
run: ${{ github.event_name == 'push' && 'true' || steps.filter.outputs.python }}
1313
steps:
1414
- uses: actions/checkout@v6
1515
- uses: dorny/paths-filter@v4

0 commit comments

Comments
 (0)