Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: s/master/main/g
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Apr 16, 2024
1 parent 1412759 commit 81ad005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Release Container Image

on:
push:
branches:
- main
- master
branches: [main]
tags:
- "v*.*.*"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test

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

jobs:
Expand Down

0 comments on commit 81ad005

Please sign in to comment.