Skip to content

Commit

Permalink
ensure gh pages action is triggered on mkdocs file
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 authored Oct 16, 2024
1 parent e931197 commit 87d8b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eamxx-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
branches: [ master ]
# Only if docs-related files are touched
paths:
- components/eamxx/mkdocs.yml
- components/eamxx/mkdocs.yaml
- components/eamxx/docs/**
- components/eamxx/cime_config/namelist_defaults_scream.xml
# Runs every time a PR is open against master
pull_request:
branches: [ master ]
# Only if docs-related files are touched
paths:
- components/eamxx/mkdocs.yml
- components/eamxx/mkdocs.yaml
- components/eamxx/docs/**
- components/eamxx/cime_config/namelist_defaults_scream.xml

Expand Down

0 comments on commit 87d8b37

Please sign in to comment.