Skip to content

Commit

Permalink
2024-07-20 update : new docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernalz committed Jul 20, 2024
1 parent 0730143 commit c04006f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- main
- master
tags: ['*']
pull_request:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: Docs
on:
push:
branches:
- main
- master
tags: ['*']
pull_request:
branches:
- main
- master
types: [opened, synchronize, reopened]

jobs:
Expand Down

0 comments on commit c04006f

Please sign in to comment.