Skip to content

Commit

Permalink
Properly name CI config files
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Apr 9, 2024
1 parent 9aa3d7b commit 0dd98d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-with-tag.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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: Release

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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: Unit Tests

on: [push, pull_request]

Expand Down

0 comments on commit 0dd98d9

Please sign in to comment.