Skip to content

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveKeehl committed Apr 7, 2024
1 parent d6317fa commit a21a97e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: CI

on:
push:
pull_request:
types: [opened, synchronize]
on: [push]

jobs:
CI:
Expand Down
21 changes: 5 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
name: 'Release'

# on:
# push:
# tags:
# - '[0-9]+.[0-9]+.[0-9]+'
# branches:
# - main

on:
workflow_dispatch:
inputs:
semverType:
description: semver type?
type: choice
options:
- patch
- minor
- major
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
branches:
- main

jobs:
check-version:
Expand Down

0 comments on commit a21a97e

Please sign in to comment.