forked from cswimr/SeaCogs
Merge branch 'main' into updatechecker
This commit is contained in:
commit
e49be8bda8
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
name: Build Documentation and Lint Code
|
name: Build Documentation and Lint Code
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build and lint:
|
build and lint:
|
||||||
|
|
Loading…
Reference in a new issue