File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 66 branches : [ main, master ]
77 paths-ignore :
88 - ' _data/**'
9+ - .all-contributorsrc
910 pull_request :
1011 branches : [ main, master ]
1112 paths-ignore :
1213 - ' _data/**'
14+ - .all-contributorsrc
1315 schedule :
1416 - cron : ' 0 0 * * 0'
1517
Original file line number Diff line number Diff line change 1313 - .gitattributes
1414 - utils/**
1515 - pixi.toml
16+ - .all-contributorsrc
1617
17- workflow_dispatch : # Allows a run of this workflow to be triggerred manually from the Actions tab
18+ workflow_dispatch :
19+ # Allows a run of this workflow to be triggerred manually from the Actions tab
1820
1921
20- # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
22+ # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
2123permissions :
2224 contents : read
2325 pages : write
2426 id-token : write
2527
26-
2728# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
2829# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2930concurrency :
You can’t perform that action at this time.
0 commit comments