Skip to content

Commit

Permalink
allow test actions to be called
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin committed Jan 14, 2024
1 parent c18c983 commit 4188a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: test macOS

on:
workflow_call:
push:
branches: [ "master" ]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: test ubuntu

on:
workflow_call:
push:
branches: [ "master" ]
pull_request:
Expand Down

0 comments on commit 4188a9f

Please sign in to comment.