Skip to content

Commit

Permalink
Trigger deploy on master push
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Sep 6, 2023
1 parent d791f0a commit 84e4163
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: mdbook deploy to github pages

# Controls when the action will run: only on manual dispatch from github UI
on: workflow_dispatch
on:
push:
branches:
- master

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 84e4163

Please sign in to comment.