Skip to content

Commit

Permalink
github actions: support workflow_call
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBendun committed Oct 23, 2023
1 parent 584beb4 commit c0376cc
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
@@ -1,5 +1,5 @@
name: Build and test Musique
on: [push]
on: [push, workflow_call]
jobs:
build-ubuntu-legacy:
name: "Builds on Ubuntu 20.04"
Expand Down

0 comments on commit c0376cc

Please sign in to comment.