diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9df6e3..ef8823e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,10 +2,10 @@ name: "build" on: push: 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 build, build your app, and upload the artifacts to the build.