Skip to content

Commit

Permalink
run installation test after release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mxrcon authored Jul 9, 2022
1 parent b4d5ee1 commit dd91f6f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_installation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Installation Test
on:
workflow_dispatch:
on:
release:
types: [published, released]
workflow_dispatch:
jobs:
test:
name: Run Tests
Expand Down

0 comments on commit dd91f6f

Please sign in to comment.