We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb33944 commit 8e26803Copy full SHA for 8e26803
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
run: ls -l bin\Release\ImGui.NET\
33
34
- name: Validate Generated Code
35
- if: startsWith(github.ref, 'refs/tags/')
+ if: false # startsWith(github.ref, 'refs/tags/')
36
shell: bash
37
run: |
38
echo "Running CodeGenerator"
0 commit comments