Skip to content

Commit

Permalink
Merge pull request #3 from oversizedev/develop
Browse files Browse the repository at this point in the history
Fix CI #patch
  • Loading branch information
aromanov91 authored Nov 10, 2024
2 parents c87ac67 + ec0e0a3 commit 3480108
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: CI

on:
push:
branches: ["main"]
branches:
- '**'
workflow_dispatch:

jobs:
Expand All @@ -21,7 +22,8 @@ jobs:
secrets: inherit

bump:
name: Bump version
needs: tests
uses: oversizedev/GithubWorkflows/.github/workflows/bump.yml@main
secrets: inherit
name: Bump version
needs: tests
if: github.ref == 'refs/heads/main'
uses: oversizedev/GithubWorkflows/.github/workflows/bump.yml@main
secrets: inherit

0 comments on commit 3480108

Please sign in to comment.