Skip to content

Commit

Permalink
chore: make test.yml workflow reusable (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink authored Nov 6, 2023
1 parent 905025f commit b60a092
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
# limitations under the License.

name: Test
on: [push, pull_request]
on:
- push
- pull_request
- workflow_call
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b60a092

Please sign in to comment.