Skip to content

Commit 0d773f7

Browse files
author
spencer@primus
committed
Add main version
1 parent e371ece commit 0d773f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_on_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
call_tester:
1111
name: Run unit tests on main branch
12-
uses: avstack-lab/avstack-core/.github/workflows/test_on_branch.yml
12+
uses: avstack-lab/avstack-core/.github/workflows/test_on_branch.yml@main
1313
with:
1414
branch: main
1515
os: ubuntu-22.04

.github/workflows/test_on_workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
call_tester:
1111
name: Run unit tests on workflows branch
12-
uses: avstack-lab/avstack-core/.github/workflows/test_on_branch.yml
12+
uses: avstack-lab/avstack-core/.github/workflows/test_on_branch.yml@main
1313
with:
1414
branch: workflows
1515
os: ubuntu-22.04

0 commit comments

Comments
 (0)