Skip to content

Commit

Permalink
updated to run workflow only on pushes to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LucF120 committed Jun 6, 2024
1 parent fd6ae9b commit f81af51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: push
on:
push:
branches:
- main
name: 🚀 Deploy website on push
jobs:
web-deploy:
Expand Down

0 comments on commit f81af51

Please sign in to comment.