Skip to content

Commit 94ca614

Browse files
committed
Address Workflows CI on master branch
1 parent 4489c22 commit 94ca614

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/osx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: uncompyle6 (osx)
22

33
on:
44
push:
5-
branches: [ python-3.6-to-3.10 ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ python-3.6-to-3.10 ]
7+
branches: [ master ]
88

99
jobs:
1010
build:
1111
runs-on: macos-latest
1212
strategy:
1313
matrix:
1414
os: [macOS]
15-
python-version: [3.8]
15+
python-version: [3.13]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: uncompyle6 (ubuntu)
22

33
on:
44
push:
5-
branches: [ python-3.6-to-3.10 ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ python-3.6-to-3.10 ]
7+
branches: [ master ]
88

99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.8]
14+
python-version: [3.13]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: uncompyle6 (windows)
22

33
on:
44
push:
5-
branches: [ python-3.6-to-3.10 ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ python-3.6-to-3.10 ]
7+
branches: [ master ]
88

99
jobs:
1010
build:
1111
runs-on: windows-latest
1212
strategy:
1313
matrix:
1414
os: [windows]
15-
python-version: [3.8]
15+
python-version: [3.13]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)