Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge branch 'main' into import-ids
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Jun 14, 2021
2 parents 8614908 + b7929fd commit 7c695f9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: ci

on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
lint:
Expand Down Expand Up @@ -97,4 +103,4 @@ jobs:
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_TOKEN }}
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 7c695f9

Please sign in to comment.