Skip to content

Commit b61da49

Browse files
updated actions
1 parent 4290993 commit b61da49

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
name: Python package
1+
name: Publish Pages
22

33
on: [push]
4+
push:
5+
branches: [master] # branch to trigger deployment
46

57
jobs:
68
build:
79

810
runs-on: ubuntu-latest
911
strategy:
1012
matrix:
11-
python-version: [3.8]
13+
python-version: [3.12]
1214

1315
steps:
14-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v5
1517
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v6
1719
with:
1820
python-version: ${{ matrix.python-version }}
1921
- name: Install dependencies

0 commit comments

Comments
 (0)