Skip to content

Commit

Permalink
chore(ci): fix add workflow_call
Browse files Browse the repository at this point in the history
  • Loading branch information
heronimus committed Oct 19, 2023
1 parent 4e148ff commit 3e9ee1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
workflow_call:

jobs:
go-build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
workflow_call:

jobs:
go-test:
Expand Down

0 comments on commit 3e9ee1a

Please sign in to comment.