Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
wangye committed Aug 24, 2024
1 parent 29d1acc commit 5c1e5e6
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@

name: Python application

#on:
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

permissions:
contents: read

tags:
- "v*"
jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
Expand Down

0 comments on commit 5c1e5e6

Please sign in to comment.