Skip to content

Commit

Permalink
Merge branch 'main' into analog-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpc-lip6 authored Jan 16, 2024
2 parents fa2ba40 + 949bae0 commit f9190f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- main # deploy main. If your branch is `master`, you'll have to replace that throughout this file.
pull_request: # This will publish a site preview on every pull request, and also run the build command to test if the site is broken.
pull_request_target: # This will publish a site preview on every pull request, and also run the build command to test if the site is broken.

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ subdir('katana')
subdir('tramontana')
subdir('equinox')
subdir('solstice')
subdir('unicorn')
subdir('oroshi')
subdir('karakaze')
subdir('bora')
subdir('unicorn')
subdir('cumulus')
subdir('tutorial')
subdir('documentation')

0 comments on commit f9190f2

Please sign in to comment.