Skip to content

Commit

Permalink
Merge pull request #31 from osslabz/feat/ci-cd-cleanup
Browse files Browse the repository at this point in the history
feat: CI/CD cleanup
  • Loading branch information
rvullriede authored Oct 22, 2024
2 parents dd2a755 + bc3d008 commit d1391b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: publish-release
name: build-release-on-main-push

on:
workflow_dispatch
push:
branches:
- main

jobs:
publish-release:
build-release-on-main-push:
runs-on: ubuntu-latest

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-from-tag.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: release-from-tag
name: release-notes-from-tag

on:
push:
tags:
- "*.*.*"

jobs:
release-from-tag:
release-notes-from-tag:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit d1391b1

Please sign in to comment.