Skip to content

Commit a411d40

Browse files
Fix workflow syntax (#116)
* Fix workflow syntax * Update python to the latest and greatest
1 parent 8b5927b commit a411d40

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Build and Deploy containers
22

33
on:
44
# Always test on pull request
5-
pull_request: []
5+
pull_request:
6+
branches:
7+
- main
68

79
# Deploy on merge to main
810
push:

workers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.14
22

33
ADD https://raw.githubusercontent.com/spack/spack/refs/heads/develop/.github/workflows/requirements/style/requirements.txt /source/style-requirements.txt
44
COPY workers/requirements.txt /source/requirements.txt

0 commit comments

Comments
 (0)