Skip to content

Commit

Permalink
Fix the workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Mar 26, 2024
1 parent f5a1bb1 commit 596e5af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'HinetPy/*.py'
- 'docs/**'
pull_request:
branches: [main]
paths:
- 'HinetPy/*.py'
- 'docs/**'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Tests
on:
push:
branches: [main]
paths:
- 'HinetPy/**'
- 'tests/**'
- '.github/workflows/tests.yml'
Expand Down

0 comments on commit 596e5af

Please sign in to comment.