Skip to content

Commit

Permalink
Ensure unit tests run on normal pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
celynw committed Jan 29, 2024
1 parent 74a1ef5 commit 6cca4f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: kellog
on:
push:
branches:
- '**'
tags:
- v*
- 'v*'
workflow_dispatch:
inputs:
python-version:
Expand Down

0 comments on commit 6cca4f9

Please sign in to comment.