Skip to content

Commit

Permalink
Merge pull request #31 from daxslab/0.6
Browse files Browse the repository at this point in the history
set workflows names
  • Loading branch information
cccaballero authored Dec 19, 2023
2 parents ce10b76 + fb20a23 commit 0611917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.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: Deploy

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.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: Test

on: [push]

Expand Down

0 comments on commit 0611917

Please sign in to comment.