We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
f56820b
deploy-dev: if: github.event_name == 'pull_request' deploy-prod: if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'pull_request'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'