Skip to content

Commit

Permalink
ci: gen vim doc only for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
m15a committed Apr 16, 2024
1 parent 1b49fee commit d8a73ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/help.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Help

on: [push]
on:
push:
branches: [main]

jobs:
generate:
Expand Down

0 comments on commit d8a73ee

Please sign in to comment.