Skip to content

Commit

Permalink
change the trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ale94mleon committed Nov 24, 2022
1 parent 5da2dc4 commit 27c32f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: publish-to-conda
uses: fcakyon/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ name: tests
on:
push:
branches: [ "main" ]
paths:
- moldrug
- tests
pull_request:
branches: [ "main" ]
paths:
- moldrug
- tests

jobs:
build:
Expand Down

0 comments on commit 27c32f8

Please sign in to comment.