Skip to content

Commit

Permalink
Adjust test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminguttmann-avtq committed Sep 9, 2023
1 parent b1ff4f7 commit b9ffbff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: tests

on: push
on:
push:
workflow_dispatch:
pull_request:
types:
- opened
- edited
- reopened

jobs:
tests:
Expand Down

0 comments on commit b9ffbff

Please sign in to comment.