File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 16
16
required : false
17
17
type : string
18
18
push :
19
- branches : devel
19
+ branches : [ devel, main]
20
20
21
21
env :
22
22
COMMIT : ${{ inputs.ref || github.event.ref }}
28
28
jobs :
29
29
Python_version_picker :
30
30
runs-on : ubuntu-latest
31
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
31
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
32
32
outputs :
33
33
python_version : ${{ steps.set-python_version.outputs.python_version }}
34
34
steps :
Original file line number Diff line number Diff line change 16
16
required : false
17
17
type : string
18
18
push :
19
- branches : devel
19
+ branches : [ devel, main]
20
20
21
21
env :
22
22
COMMIT : ${{ inputs.ref || github.event.ref }}
28
28
jobs :
29
29
Python_version_picker :
30
30
runs-on : windows-latest
31
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
31
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
32
32
outputs :
33
33
python_version : ${{ steps.set-python_version.outputs.python_version }}
34
34
steps :
Original file line number Diff line number Diff line change 16
16
required : false
17
17
type : string
18
18
push :
19
- branches : devel
19
+ branches : [ devel, main]
20
20
21
21
env :
22
22
COMMIT : ${{ inputs.ref || github.event.ref }}
29
29
jobs :
30
30
Python_version_picker :
31
31
runs-on : ubuntu-latest
32
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
32
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
33
33
outputs :
34
34
python_version : ${{ steps.set-python_version.outputs.python_version }}
35
35
steps :
Original file line number Diff line number Diff line change 16
16
required : false
17
17
type : string
18
18
push :
19
- branches : devel
19
+ branches : [ devel, main]
20
20
21
21
env :
22
22
COMMIT : ${{ inputs.ref || github.event.ref }}
28
28
jobs :
29
29
matrix_prep :
30
30
runs-on : ubuntu-latest
31
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
31
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
32
32
outputs :
33
33
matrix : ${{ steps.set-matrix.outputs.matrix }}
34
34
steps :
Original file line number Diff line number Diff line change 16
16
required : false
17
17
type : string
18
18
push :
19
- branches : devel
19
+ branches : [ devel, main]
20
20
21
21
env :
22
22
COMMIT : ${{ inputs.ref || github.event.ref }}
28
28
jobs :
29
29
Python_version_picker :
30
30
runs-on : macos-latest
31
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
31
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
32
32
outputs :
33
33
python_version : ${{ steps.set-python_version.outputs.python_version }}
34
34
steps :
Original file line number Diff line number Diff line change 19
19
required : false
20
20
type : string
21
21
push :
22
- branches : devel
22
+ branches : [ devel, main]
23
23
24
24
env :
25
25
COMMIT : ${{ inputs.ref || github.event.ref }}
31
31
jobs :
32
32
Python_version_picker :
33
33
runs-on : ubuntu-latest
34
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
34
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
35
35
outputs :
36
36
python_version : ${{ steps.set-matrix.outputs.python_version }}
37
37
matrix : ${{ steps.set-matrix.outputs.matrix }}
Original file line number Diff line number Diff line change 16
16
required : false
17
17
type : string
18
18
push :
19
- branches : devel
19
+ branches : [ devel, main]
20
20
21
21
env :
22
22
COMMIT : ${{ inputs.ref || github.event.ref }}
28
28
jobs :
29
29
Python_version_picker :
30
30
runs-on : ubuntu-latest
31
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
31
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
32
32
outputs :
33
33
python_version : ${{ steps.set-python_version.outputs.python_version }}
34
34
steps :
Original file line number Diff line number Diff line change 16
16
required : false
17
17
type : string
18
18
push :
19
- branches : devel
19
+ branches : [ devel, main]
20
20
21
21
env :
22
22
COMMIT : ${{ inputs.ref || github.event.ref }}
28
28
jobs :
29
29
Python_version_picker :
30
30
runs-on : windows-latest
31
- if : github.event_name != 'push' || github.repository == 'pyccel/pyccel'
31
+ if : github.event_name != 'push' || github.repository == 'pyccel/pyccel-cuda '
32
32
outputs :
33
33
python_version : ${{ steps.set-python_version.outputs.python_version }}
34
34
steps :
You can’t perform that action at this time.
0 commit comments