We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840c062 commit 5508fa9Copy full SHA for 5508fa9
.github/workflows/python.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
init:
31
name: Meta
32
- if: github.ref_name != 'development' && github.ref_name != 'master'
+ if: github.ref_name != 'refs/heads/development' && github.ref_name != 'refs/heads/master'
33
runs-on: ubuntu-latest
34
outputs:
35
changed-files: ${{ steps.changed-files.outputs.project_all_changed_files }}
@@ -101,7 +101,7 @@ jobs:
101
102
lint:
103
name: Lint
104
105
needs:
106
- init
107
0 commit comments