diff options
author | Markus Wüstenberg | 2022-11-15 22:19:09 +0100 |
---|---|---|
committer | GitHub | 2022-11-15 22:19:09 +0100 |
commit | 868a525244f3c55ecb36df352865f4266dd41089 (patch) | |
tree | 981e2b64a5954cdde4ef5da1f6e85485e1e96457 /.github | |
parent | a5a7242ae036a2dbd75ec40b8677ffa9b77f3209 (diff) | |
download | gomponents-868a525244f3c55ecb36df352865f4266dd41089.tar.lz gomponents-868a525244f3c55ecb36df352865f4266dd41089.tar.zst gomponents-868a525244f3c55ecb36df352865f4266dd41089.zip |
Rename master branch to main (#117)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
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 }} |