Skip to content

Commit

Permalink
Use main action to build tag-track
Browse files Browse the repository at this point in the history
  • Loading branch information
dloez committed Feb 6, 2024
1 parent 466ec02 commit 33720db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
pull_request:
branches:
- main
- 'milestone/*'
- "milestone/*"
workflow_call:
push:
branches:
- 'milestone/*'
- "milestone/*"
defaults:
run:
shell: bash
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
if: matrix.os-target.target == 'aarch64-unknown-linux-gnu'
- name: Run Tag Track
id: tag-track
uses: ./
uses: dloez/tag-track@main
with:
github-token: ${{ github.token }}
compile: true
Expand Down

0 comments on commit 33720db

Please sign in to comment.