We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b28ee commit f1e1ac3Copy full SHA for f1e1ac3
.github/workflows/deploy.yml
@@ -21,7 +21,6 @@ permissions:
21
jobs:
22
build:
23
name: Build (Docs)
24
- if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
25
runs-on: ubuntu-latest
26
27
steps:
0 commit comments