Skip to content

Commit 1d99ecf

Browse files
fix ci on main
1 parent ed50a5b commit 1d99ecf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate_database.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
matrix:
1515
species: [Sr87, Sr88, Yb171, Yb173, Yb174]
1616
include:
17-
# use n_max=220 for tags and master, but only n_max=100 for PRs, etc.
18-
- n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'master')) && 220 || 100 }}
17+
# use n_max=220 for tags and main, but only n_max=100 for PRs, etc.
18+
- n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'main')) && 220 || 100 }}
1919
name: ${{ matrix.species }}
2020
runs-on: ubuntu-latest
2121
timeout-minutes: 300

0 commit comments

Comments
 (0)