skills / write-javascript-actions

Write your own GitHub JavaScript Action and automate customized tasks unique to your workflow.
MIT License
112 stars 61 forks source link

Change trigger for step 0 to push #46

Closed hectorsector closed 2 months ago

hectorsector commented 2 months ago

Summary

The course isn't kicking off step 1 because of the use of the create trigger. Changing to push in main.

Changes

This pull request changes the trigger for step 0 to push in the .github/workflows/0-welcome.yml file.

Closes https://github.com/skills/write-javascript-actions/issues/44

Task list