Skip to content

Commit

Permalink
rename github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoschmidt committed Mar 8, 2024
1 parent ba2c66d commit c2a320b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/python-app.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python application

name: Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c2a320b

Please sign in to comment.