Skip to content

Added Season Elements (plus a lot of other changes because this ended up acting like a dev branch) #52

Added Season Elements (plus a lot of other changes because this ended up acting like a dev branch)

Added Season Elements (plus a lot of other changes because this ended up acting like a dev branch) #52

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker compose build