Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoxh authored Sep 11, 2024
1 parent fab9895 commit bb72991
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Deploy pages

on: [push]
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

workflow_dispatch:

jobs:
deploy-site-page:
Expand Down

0 comments on commit bb72991

Please sign in to comment.