Skip to content

Commit

Permalink
Update GitHub Actions workflow branch from 'main' to 'master'
Browse files Browse the repository at this point in the history
The workflow configuration for publishing in '.github/workflows/publish-to-auto-release.yml' has been updated to trigger on pushes to the 'master' branch instead of the 'main' branch. This change ensures that the automation is aligned with the current default branch naming in the repository.
  • Loading branch information
takanotume24 committed Dec 4, 2024
1 parent 2355e27 commit 1aeb294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "publish"
on:
push:
branches:
- main
- master

jobs:
test-tauri:
Expand Down

0 comments on commit 1aeb294

Please sign in to comment.