Skip to content

Commit

Permalink
Merge pull request #388 from grycap/dev_micafer
Browse files Browse the repository at this point in the history
Dev micafer
  • Loading branch information
micafer committed May 22, 2023
2 parents f055733 + 8cffbf3 commit e6c8b06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:
pull_request:
branches: ["**"]
release:
types: [created]
types: [published]

jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.8.9
- name: Install dependencies
Expand All @@ -37,9 +37,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.8.9
- name: Install dependencies
Expand Down

0 comments on commit e6c8b06

Please sign in to comment.