Skip to content

Commit fe8d41a

Browse files
authored
Change CI workflow to use master branch
1 parent da99ee9 commit fe8d41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: '40 14 * * *'
99
push:
1010
branches:
11-
- meteoswiss-dev
11+
- master
1212
pull_request:
1313
workflow_dispatch:
1414

@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424
with:
25-
ref: meteoswiss-dev
25+
ref: master
2626
- name: Set up python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v4
2828
with:

0 commit comments

Comments
 (0)