Update branch to main
This commit is contained in:
parent
9bf75d6387
commit
874d5756af
1 changed files with 2 additions and 2 deletions
4
.github/workflows/clojure.yml
vendored
4
.github/workflows/clojure.yml
vendored
|
|
@ -2,9 +2,9 @@ name: Clojure CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue