Skip to content

Commit

Permalink
chore: renamed release -> build worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
francis2tm committed Feb 3, 2024
1 parent ca3c5eb commit cba1779
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: "release"
name: "build"
on:
push:
branches: [ "*" ]
branches: ["*"]
pull_request:
branches: [ "*" ]

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

jobs:
release:
build:
permissions:
contents: write
strategy:
Expand Down

0 comments on commit cba1779

Please sign in to comment.