Skip to content

Commit

Permalink
master → main
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Aug 23, 2024
1 parent 8636e92 commit cdbd008
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 @@ -3,7 +3,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 cdbd008

Please sign in to comment.