Skip to content

Commit

Permalink
master → main
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Feb 14, 2024
1 parent 01fc4d2 commit eee70bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [master]
branches: [main]
pull_request:
types:
- opened
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Gettext Updates

on:
push:
branches: [master]
branches: [main]

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

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

jobs:
Expand Down

0 comments on commit eee70bb

Please sign in to comment.