Skip to content

Commit

Permalink
misc: netlify.yml hotfix 2
Browse files Browse the repository at this point in the history
branch: [master] would cause this to be triggered on every push to master and we can't easily say "on tag push to master".
  • Loading branch information
pedro-psb authored Mar 20, 2024
1 parent a79bbfe commit 7bf799c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build and Deploy to Netlify

on:
push:
branches: [master]
tags:
- '[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:
Expand Down

1 comment on commit 7bf799c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://www.dynaconf.com as production
🚀 Deployed on https://65fb139d2525480350f2d13e--dynaconf.netlify.app

Please sign in to comment.