Skip to content

Commit

Permalink
Merge pull request #9 from Syriiin/deploy-docs-master
Browse files Browse the repository at this point in the history
Only run deploy-docs workflow on master
  • Loading branch information
Syriiin authored May 8, 2024
2 parents bf11a5f + 4cc0e3a commit b4ec67f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: deploy-docs
on: [push]
on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit b4ec67f

Please sign in to comment.