Skip to content

Commit

Permalink
chore: update gh actions to bind main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hilbert-yaa committed Nov 1, 2023
1 parent 4172f53 commit 21d98d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ name: Deploy to GitHub Pages

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

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

0 comments on commit 21d98d5

Please sign in to comment.