about summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarkus Wüstenberg2022-11-15 22:19:09 +0100
committerGitHub2022-11-15 22:19:09 +0100
commit868a525244f3c55ecb36df352865f4266dd41089 (patch)
tree981e2b64a5954cdde4ef5da1f6e85485e1e96457 /.github/workflows
parenta5a7242ae036a2dbd75ec40b8677ffa9b77f3209 (diff)
downloadgomponents-868a525244f3c55ecb36df352865f4266dd41089.tar.lz
gomponents-868a525244f3c55ecb36df352865f4266dd41089.tar.zst
gomponents-868a525244f3c55ecb36df352865f4266dd41089.zip
Rename master branch to main (#117)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0aaf868..56ab914 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,10 +3,10 @@ name: CI
 on:
   push:
     branches:
-      - master
+      - main
   pull_request:
     branches:
-      - master
+      - main
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref_name }}