Skip to content

Commit

Permalink
Merge pull request #1 from oversizedev/develop
Browse files Browse the repository at this point in the history
Fix #patch
  • Loading branch information
aromanov91 authored Jul 24, 2024
2 parents 50a26ab + 14beebb commit afe8d0a
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ name: CI

on:
push:
branches: ["main"]
branches:
- main
- develop
workflow_dispatch:

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

jobs:

Expand All @@ -14,14 +20,14 @@ jobs:
package: "OversizeModels"
secrets: inherit

# tests:
# name: Test
# needs: build-swiftpm
# uses: oversizedev/GithubWorkflows/.github/workflows/test.yml@main
# secrets: inherit
tests:
name: Test
needs: build-swiftpm
uses: oversizedev/GithubWorkflows/.github/workflows/test.yml@main
secrets: inherit

bump:
name: Bump version
needs: build-swiftpm
needs: tests
uses: oversizedev/GithubWorkflows/.github/workflows/bump.yml@main
secrets: inherit

0 comments on commit afe8d0a

Please sign in to comment.