frdedynamics / find_the_duck

šŸ¤ A social game. Have you found the duck? Write your name and hide it again for the next person!
https://frdedynamics.github.io/find_the_duck/
ISC License
1 stars 1 forks source link

Deploy on push to tag #14

Closed MOJOliciousFTW closed 3 days ago

MOJOliciousFTW commented 1 week ago

GitHub Copilot Summary

This pull request includes a change to the GitHub Actions workflow configuration for deploying a Jekyll site to GitHub Pages. The change modifies the trigger condition for the deployment job.

Trigger condition update:

Breaking change

No longer deploying master/default branch.

Proposed change

Deploy on push to tag, or still workflow_dispatch.

Intention is to create a release using image with default versioning vx.y.z.

By deploying version, one can report bugs with version number, neato burrito.

After bugs are fixed, one can make a new release and generate release notes, so traceable. image

Type of change

Additional information

Checklist

swampbear commented 3 days ago

If i understand this tag correctly does is run the workflow a push tag event am i onto something @MOJOliciousFTW ?

MOJOliciousFTW commented 3 days ago

If i understand this tag correctly does is run the workflow a push tag event am i onto something @MOJOliciousFTW ?

if push to any tag starting with v (example v1.0.0 or v2.3.4), then yes this workflow is ran.

swampbear commented 3 days ago

Sounds good to me. Approve