Skip to content

Commit

Permalink
fix: update workflow branch references from main to master
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutepraya committed Dec 22, 2024
1 parent 500b8a8 commit 5422729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Pre-Release
on:
# Triggers the workflow on pull request events but only for the main branch
pull_request:
branches: [main]
branches: [master]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Release
on:
# Triggers the workflow on push events but only for the main branch
push:
branches: [main]
branches: [master]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 5422729

Please sign in to comment.