Skip to content

Commit 95abae3

Browse files
committed
Quote Python version and branches
1 parent 9e975bc commit 95abae3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Build and deploy Plone 6 documentation to 6-dev.docs.plone.org
44
on:
55
push:
66
branches:
7-
- '6-dev'
7+
- "6-dev"
88

99
jobs:
1010
build_deploy:
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.10
18+
python-version: "3.10"
1919

2020
- name: Install dependencies
2121
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Test Plone 6 documentation
44
on:
55
push:
66
branches-ignore:
7-
- 'master'
7+
- "master"
88

99
jobs:
1010
test:
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.10
18+
python-version: "3.10"
1919

2020
- name: Install dependencies
2121
run: |

0 commit comments

Comments
 (0)