Skip to content

Commit

Permalink
ci: add workflow_call to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
allisson committed Nov 22, 2023
1 parent 4d9a780 commit e18567a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build

on:
workflow_call:
push:
tags:
- "v*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "!main"

jobs:
build:
tests:
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
Expand Down

0 comments on commit e18567a

Please sign in to comment.