Skip to content

Commit

Permalink
Upd ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Nov 28, 2024
1 parent eac91f8 commit 2079600
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ on:
push:
branches:
- '**'
tags:
- "*.*.*"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

build-swiftpm:
Expand Down Expand Up @@ -34,4 +40,8 @@ jobs:
needs: tests
if: github.ref == 'refs/heads/main'
uses: oversizedev/GithubWorkflows/.github/workflows/bump.yml@main
secrets: inherit

release:
name: Create Release
if: github.ref != 'refs/heads/main' && startsWith(github.ref, 'refs/tags/')
uses: oversizedev/GithubWorkflows/.github/workflows/release.yml@main
16 changes: 0 additions & 16 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 2079600

Please sign in to comment.