Skip to content

Commit 0454cb2

Browse files
authored
Use correct branch name for workflows
1 parent d7a8a21 commit 0454cb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111

1212
call-linux-build:
1313
name: Linux Build
14-
uses: novusengine/Workflows/.github/workflows/linux-build.yml@main
14+
uses: novusengine/Workflows/.github/workflows/linux-build.yml@master
1515
with:
16-
project: AssetConverter
16+
project: AssetConverter

0 commit comments

Comments
 (0)