We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fce4c commit b6f3e20Copy full SHA for b6f3e20
1 file changed
.github/workflows/openapi.yml
@@ -31,6 +31,7 @@ jobs:
31
32
publish:
33
name: Publish GitHub pages
34
+ if: github.ref == 'refs/heads/main' || contains(github.ref, 'tags/v')
35
runs-on: ubuntu-latest
36
needs: [ validate ]
37
steps:
0 commit comments