diff options
| author | Finlay Davidson <finlay.davidson@coderclass.nl> | 2023-03-01 23:42:29 +0100 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-03-02 09:45:47 +0200 |
| commit | 3b084d74c3b3864a4ce666dce0285aaf43a48a29 (patch) | |
| tree | f10572424b672988235a73b293b8aa588712b183 /.github/workflows/format.yml | |
| parent | 692a9bee5d560b7df6e2a72036291460fefa3498 (diff) | |
branches: Update files to refer to main instead of develop
Diffstat (limited to '.github/workflows/format.yml')
| -rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 32451a0b..71c05fa2 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -2,7 +2,7 @@ name: Code formatting on: pull_request: - branches: [ develop ] + branches: [ main ] paths: - '**.cpp' - '**.h' |
