Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreramosfdc authored Aug 18, 2024
1 parent f555ec1 commit e78c85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Documentation
on:
push:
branches: [master]
branches: [main]
tags: '*'
pull_request:
types: [opened, synchronize, reopened]
Expand All @@ -20,4 +20,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with Documenter.jl
run: julia --project=docs/ docs/make.jl
run: julia --project=docs/ docs/make.jl

0 comments on commit e78c85d

Please sign in to comment.