Skip to content

Commit

Permalink
chore: changed workflow trigger to release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
francis2tm committed Jan 30, 2024
1 parent 3bd5a73 commit 4dcf8be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "release"
on:
push:
branches:
- main
- release

# This is the example from the readme.
# On each push to the `main` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.
# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.

jobs:
release:
Expand Down

0 comments on commit 4dcf8be

Please sign in to comment.