Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mianm12 committed Feb 1, 2025
1 parent b299433 commit e9e3b24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ name: GitHub Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"] # Set a branch name to trigger deployment
branches:
- master # Set a branch name to trigger deployment
pull_request:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit e9e3b24

Please sign in to comment.