We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fce347 commit 5856db7Copy full SHA for 5856db7
.github/workflows/ci.yml
@@ -48,6 +48,7 @@ jobs:
48
49
deploy:
50
if: github.ref == 'master' && github.event_name == 'push'
51
+ runs-on: ubuntu-latest
52
needs: test
53
environment:
54
name: do-production
0 commit comments