Skip to content

Commit

Permalink
update integration_tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Apr 9, 2024
1 parent 14782c3 commit d1352a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: integration tests

on: [push, pull_request]
on:
- push
- pull_request
- workflow_dispatch: # Allows manual triggering of the workflow

jobs:
build:
Expand Down

0 comments on commit d1352a8

Please sign in to comment.