Skip to content

Commit

Permalink
Add museum release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr committed Mar 5, 2024
1 parent 0b37f74 commit 3cad79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
name: Prod CI
name: "Release (server)"

on:
workflow_dispatch:
# Enable manual run
push:
# Sequence of patterns matched against refs/tags
tags:
- "v*" # Push events to matching v*, i.e. v4.2.0
workflow_dispatch: # Run manually

jobs:
build:
# This job will run on ubuntu virtual machine
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
28 changes: 0 additions & 28 deletions server/.github/workflows/dev-ci.yml

This file was deleted.

0 comments on commit 3cad79d

Please sign in to comment.