Skip to content

Commit

Permalink
MAINT: Add workflow call so publishing works (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Nov 15, 2022
1 parent 66cfefe commit a876d5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration.yml
@@ -1,6 +1,9 @@
name: continuous-integration

on: [push, pull_request]
on:
- push:
- pull_request:
- workflow_call:

jobs:

Expand Down

0 comments on commit a876d5f

Please sign in to comment.