Skip to content

Commit

Permalink
Run Deploy on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
visto9259 committed Apr 10, 2024
1 parent 8e81bf2 commit ad6bd1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ defaults:
shell: bash
working-directory: ./docs

on: [push, workflow_dispatch]
on:
push:
branches:
- 'master'
workflow_dispatch:


jobs:
Expand Down

0 comments on commit ad6bd1e

Please sign in to comment.