Skip to content

Commit

Permalink
manually trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
souzadevinicius committed Nov 21, 2024
1 parent bf05764 commit 2cb7605
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Deploy to Github Pages
on:
push:
branches: [main]
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
build-and-deploy:
Expand Down

0 comments on commit 2cb7605

Please sign in to comment.