Skip to content

Commit

Permalink
Temporary change for psy4 feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thom committed Feb 27, 2024
1 parent 402837d commit 61d59a3
Show file tree
Hide file tree
Showing 4 changed files with 920 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
files: "Manifest.toml"

- name: Manifest exists
if: ${{ github.event.pull_request.base.ref }} && steps.check_files.outputs.files_exists == 'true'
if: ${{ github.event.pull_request.base.ref }} == 'main' && steps.check_files.outputs.files_exists == 'true'
run: exit 1

- uses: julia-actions/setup-julia@latest
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docs/site/
*.pdf
*.ipynb

Manifest.toml
#Manifest.toml
.vscode
*.h5
data
Expand Down
Loading

0 comments on commit 61d59a3

Please sign in to comment.