Skip to content

Commit

Permalink
Nevermind, added push events back.
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Sep 22, 2022
1 parent addab46 commit 63b25fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Linting (flake8)

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Unit Tests

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down

0 comments on commit 63b25fc

Please sign in to comment.