Skip to content

Commit

Permalink
MAINT: Fix workflow trigger (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Nov 15, 2022
1 parent a876d5f commit 4345c48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
@@ -1,9 +1,9 @@
name: continuous-integration

on:
- push:
- pull_request:
- workflow_call:
push:
pull_request:
workflow_call:

jobs:

Expand Down

0 comments on commit 4345c48

Please sign in to comment.