Skip to content

Commit

Permalink
update docs workflow
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Mar 18, 2024
1 parent d13ea96 commit bbf3dab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ on:
push:
tags:
- '*.*.*'
branches:
- main
paths-ignore:
- LICENSE
- README.*
- examples
- editors
pull_request:
# branches:
# - main
paths-ignore:
- LICENSE
- README.*
- examples
- editors
# pull_request:
# paths-ignore:
# - LICENSE
# - README.*
# - examples
# - editors
env:
nim-version: 'stable'
nim-src: src/${{ github.event.repository.name }}.nim
Expand Down

0 comments on commit bbf3dab

Please sign in to comment.