Skip to content

Commit

Permalink
ci: Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed May 7, 2024
1 parent 3951a05 commit edc4f66
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-web.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Validate
name: Release Web
on:
workflow_dispatch:
push:
branches:
- main

jobs:
validate:
Expand All @@ -12,6 +9,7 @@ jobs:

release:
runs-on: ubuntu-22.04
needs: [validate]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
Expand Down

0 comments on commit edc4f66

Please sign in to comment.