fix(workflow): only run once in PRs
This commit is contained in:
parent
7eea8d2362
commit
243cec20e7
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
name: Build Documentation and Lint Code
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build and lint:
|
||||
|
|
Loading…
Reference in a new issue