Skip to content

Commit

Permalink
Run the CI on releases, pull requests and every push to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Nov 16, 2022
1 parent dd52622 commit 8c1f46f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Tests

on: [push, pull_request]

on:
release:
types: [ published ]
pull_request:
push:
branches: [ develop, main ]
env:
PY_COLORS: "1"

Expand Down

0 comments on commit 8c1f46f

Please sign in to comment.