File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,8 @@ defaults:
3434 shell : bash
3535
3636jobs :
37- # Build job
3837 build :
39- # Ensure that the build job only runs for 'push', 'workflow_dispatch', or a successful 'workflow_run' that made a commit
38+ # Build job only runs for 'push', 'workflow_dispatch', or a successful 'workflow_run' that made a commit
4039 if : |
4140 github.event_name == 'push' ||
4241 github.event_name == 'workflow_dispatch' ||
7372 with :
7473 path : ./public
7574
76- # Deployment job
7775 deploy :
78- # Ensure that the deploy job only runs for 'push', 'workflow_dispatch', or a successful 'workflow_run' that made a commit
76+ # Deploy job only runs for 'push', 'workflow_dispatch', or a successful 'workflow_run' that made a commit
7977 if : |
8078 github.event_name == 'push' ||
8179 github.event_name == 'workflow_dispatch' ||
You can’t perform that action at this time.
0 commit comments