Skip to content

Commit 37a86c9

Browse files
committed
change workflow branch back to main
1 parent a613cac commit 37a86c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr_and_main.yml

+1-1
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@anaconda_not_found
15+
uses: scipp/ess/.github/workflows/build.yml@main

.github/workflows/weekly_and_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99

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

1414
deploy:
1515
needs: build
16-
uses: scipp/ess/.github/workflows/deploy.yml@anaconda_not_found
16+
uses: scipp/ess/.github/workflows/deploy.yml@main
1717
secrets:
1818
anaconda_token: ${{ secrets.ANACONDATOKEN }}

0 commit comments

Comments
 (0)