Skip to content

Commit

Permalink
Don't run docs workflow on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Jul 22, 2024
1 parent 646bf4c commit 02d3edf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Generate docs
on: push

on:
push:
branches:
- master
jobs:
docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 02d3edf

Please sign in to comment.