Skip to content

Commit

Permalink
feat: don't fail, run on every commit
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed Sep 26, 2024
1 parent 8c238d9 commit 6184862
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Create Beta Build

on:

workflow_dispatch:
push:
branches:
- main

jobs:
build:
Expand Down Expand Up @@ -79,6 +81,6 @@ jobs:
]
}
]
}'
}' || true
)

0 comments on commit 6184862

Please sign in to comment.