Skip to content

Commit

Permalink
chore: change default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkCZ committed May 4, 2024
1 parent 829f8b5 commit 5239fc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
push:
branches:
- master
- main
pull_request:
workflow_dispatch: # allows to be run manually
workflow_call: # when called from another workflow
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- master
- main
workflow_dispatch: # allows to be run manually

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand All @@ -21,7 +21,7 @@ jobs:
build:
uses: ./.github/workflows/build.yml
deploy:
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
needs: build
environment:
name: github-pages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mozilla.cz - prezentace

[![Build Status](https://github.com/MozillaCZ/prezentace/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/MozillaCZ/prezentace/actions)
[![Build Status](https://github.com/MozillaCZ/prezentace/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/MozillaCZ/prezentace/actions)

V tomto repositáři najdete naše prezentace z konferencí, setkání a dalších akcí.

Expand Down

0 comments on commit 5239fc8

Please sign in to comment.