Skip to content

Commit

Permalink
chore(ci): only run on main
Browse files Browse the repository at this point in the history
  • Loading branch information
jomaway committed Mar 9, 2024
1 parent e66dd07 commit 2033e07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: generate docs
on: push
on:
push:
branches:
- main

jobs:
generate_docs:
Expand Down

0 comments on commit 2033e07

Please sign in to comment.