We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da07de8 commit 976a151Copy full SHA for 976a151
.github/workflows/spec.yml
@@ -1,4 +1,4 @@
1
-name: Spec
+name: Dart CI
2
3
on:
4
# Run on PRs and pushes to the default branch.
@@ -37,7 +37,7 @@ jobs:
37
cp dartLangSpec.pdf firebase/DartLangSpecDraft.pdf
38
39
- name: Upload specification
40
- if: ${{ github.event.pull_request.merged }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
41
uses: FirebaseExtended/action-hosting-deploy@120e124148ab7016bec2374e5050f15051255ba2
42
with:
43
repoToken: '${{ secrets.GITHUB_TOKEN }}'
0 commit comments