Skip to content

Commit

Permalink
updated release GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-devv committed Feb 1, 2024
1 parent a6d6cd0 commit 4777197
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: "release"
on:
push:
branches:
- main
branches: [ "*" ]
pull_request:
branches: [ "*" ]


# 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.
Expand Down

0 comments on commit 4777197

Please sign in to comment.