We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d0de1 commit 3f93375Copy full SHA for 3f93375
.github/workflows/on_push.yml
@@ -1,7 +1,7 @@
1
# https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax
2
-name: 'On Pull Request'
+name: 'On Push'
3
description: |
4
- This workflow runs on a pull request.
+ This workflow runs on a push.
5
6
on:
7
push: {}
0 commit comments