Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LavermanJJ authored Aug 26, 2023
1 parent fb66311 commit 8296715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
workflow-dispatch:
# Run action when pushed to master, or for commits in a pull request.
push:
branches:
Expand Down Expand Up @@ -39,4 +40,4 @@ jobs:
run: poetry install --no-interaction

- name: Run checks
run: make check
run: make check

0 comments on commit 8296715

Please sign in to comment.