all repos — gomponents @ 868a525244f3c55ecb36df352865f4266dd41089

HTML components in pure Go

Rename master branch to main (#117)

Markus Wüstenberg
commit

868a525244f3c55ecb36df352865f4266dd41089

parent

a5a7242ae036a2dbd75ec40b8677ffa9b77f3209

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M .github/workflows/ci.yml.github/workflows/ci.yml
@@ -3,10 +3,10 @@
on: push: branches: - - master + - main pull_request: branches: - - master + - main concurrency: group: ${{ github.workflow }}-${{ github.ref_name }}