Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop authored Nov 12, 2023
1 parent 2fec114 commit 2d7175a
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
@@ -1,10 +1,10 @@
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
workflow_dispatch:

jobs:
Expand All @@ -19,4 +19,4 @@ jobs:
- name: Deploy GitHub Pages site
uses: actions/[email protected]
with:
args: ./docfx.json
args: docfx.json

0 comments on commit 2d7175a

Please sign in to comment.