Skip to content

Commit

Permalink
update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ebp committed Feb 29, 2024
1 parent e686d47 commit 49fa36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pre-release

on:
#push:
# push:
# branches:
# - develop
workflow_dispatch:
Expand All @@ -14,7 +14,7 @@ jobs:
create-pre-release:
runs-on: ubuntu-latest
name: Build and push Docker image and create a new GitHub pre-release

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 49fa36d

Please sign in to comment.