Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoQi99 committed Mar 12, 2023
1 parent 4cec042 commit d4936b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Python package

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -26,6 +27,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
os: ubuntu-latest
- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down

0 comments on commit d4936b9

Please sign in to comment.