Browse Source

chore: ensure master on all branches

Gabriel Horner 7 months ago
parent
commit
fe0c6db54a
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .github/workflows/clj-e2e.yml
  2. 1 1
      .github/workflows/deploy-db-pages.yml

+ 2 - 2
.github/workflows/clj-e2e.yml

@@ -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'

+ 1 - 1
.github/workflows/deploy-db-pages.yml

@@ -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"