Skip to content

Commit

Permalink
master → main
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Aug 27, 2024
1 parent c954d82 commit 0c45e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Merge
on:
push:
branches:
- master
- main

jobs:
deploy_flatpak:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Release

on:
pull_request:
branches: [master]
branches: [main]
types: [closed]

jobs:
Expand Down

0 comments on commit 0c45e6e

Please sign in to comment.