chore: ensure master on all branches

This commit is contained in:
Gabriel Horner
2025-05-07 11:03:49 -04:00
parent fb5c50ebda
commit fe0c6db54a
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: Clojure E2E
on:
push:
branches: ["feat/db"]
branches: [master, "feat/db"]
paths:
- 'clj-e2e/**'
- '.github/workflows/clj-e2e.yml'
@@ -10,7 +10,7 @@ on:
- deps/**
- packages/**
pull_request:
branches: ["feat/db"]
branches: [master, "feat/db"]
paths:
- 'clj-e2e/**'
- '.github/workflows/clj-e2e.yml'

View File

@@ -2,7 +2,7 @@ name: Deploy DB Version to Cloud
on:
push:
branches: ["feat/db"]
branches: [master, "feat/db"]
env:
CLOJURE_VERSION: "1.11.1.1413"