diff --git a/.github/workflows/clojure.yml b/.github/workflows/clojure.yml index cc8c47d..0bf6ed7 100644 --- a/.github/workflows/clojure.yml +++ b/.github/workflows/clojure.yml @@ -2,9 +2,9 @@ name: Clojure CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] permissions: contents: read