Update web-container.yml

This commit is contained in:
John Parkhurst 2026-03-20 23:35:57 -04:00
parent 57ee06bdf4
commit 86ad4ec243

View file

@ -10,12 +10,12 @@ on:
- synchronize - synchronize
- ready_for_review - ready_for_review
paths: paths:
- /** - '**'
push: push:
branches: branches:
- main - main
paths: paths:
- /** - '**'
jobs: jobs:
determine-workflow: determine-workflow:
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'