Skip to content

Commit

Permalink
chore: update github action to allow workflow calls
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Aug 7, 2024
1 parent 32b58d9 commit adb22c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ concurrency:
group: ${{ github.ref_name }}
cancel-in-progress: true

on: [push, workflow_dispatch]
on: [push, workflow_dispatch, workflow_call]

jobs:
build:
Expand Down

0 comments on commit adb22c1

Please sign in to comment.