Skip to content

Commit

Permalink
CI: master → main
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 16, 2024
1 parent 7356fdd commit 8ef8997
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gettext.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Gettext Updates
on:
push:
branches: [master]
branches: [main]
jobs:
gettext_template:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: CI

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

on:
pull_request:
branches: [master]
branches: [main]
types: [closed]
jobs:
release:
Expand Down

0 comments on commit 8ef8997

Please sign in to comment.