mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
chore: ensure master on all branches
This commit is contained in:
4
.github/workflows/clj-e2e.yml
vendored
4
.github/workflows/clj-e2e.yml
vendored
@@ -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'
|
||||
|
||||
2
.github/workflows/deploy-db-pages.yml
vendored
2
.github/workflows/deploy-db-pages.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user