Skip to content

Commit b7426d8

Browse files
committed
use main tags for workflows
1 parent a9ebc75 commit b7426d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr_and_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ concurrency:
1212

1313
jobs:
1414
build:
15-
uses: scipp/ess/.github/workflows/build.yml@fix_anaconda_upload
15+
uses: scipp/ess/.github/workflows/build.yml@main

.github/workflows/weekly_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99

1010
jobs:
1111
build:
12-
uses: scipp/ess/.github/workflows/build.yml@fix_anaconda_upload
12+
uses: scipp/ess/.github/workflows/build.yml@main
1313

1414
deploy:
1515
needs: build
16-
uses: scipp/ess/.github/workflows/deploy.yml@fix_anaconda_upload
16+
uses: scipp/ess/.github/workflows/deploy.yml@main

0 commit comments

Comments
 (0)