Skip to content

Commit

Permalink
Merge pull request #839 from OpenFreeEnergy/feat/save_the_rainforest
Browse files Browse the repository at this point in the history
Save the Rainforest
  • Loading branch information
IAlibay authored Apr 28, 2024
2 parents 73396c0 + 646cc00 commit 70379d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
pull_request:
branches:
- main
# Skip CI if changed files only affect the following folders
# - docs: documentation changes don't need code validation
# See here for more details: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-excluding-paths
paths-ignore:
- "docs/*"
push:
branches:
- main
Expand Down

0 comments on commit 70379d7

Please sign in to comment.