Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMortier authored Sep 22, 2024
1 parent e0d56ea commit 87d7676
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ name: CI

on:
push:
branches:
- master
- main
pull_request:

branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -55,4 +60,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html # Path to the generated HTML files


0 comments on commit 87d7676

Please sign in to comment.