Skip to content

Commit

Permalink
Test new release of mongodb workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Jun 29, 2024
1 parent a4c7d6c commit 96ca264
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release_prod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Release Prod Docker image to Linode

# on:
# release:
# types: [published]
on:
release:
types: [published]
push:
branches-ignore:
- 'master'
jobs:
deploy_to_linode:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 96ca264

Please sign in to comment.