Skip to content

Commit

Permalink
Only run deploy-docs workflow on master
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed May 8, 2024
1 parent bf11a5f commit 4cc0e3a
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 4cc0e3a

Please sign in to comment.