Skip to content

Commit

Permalink
fix: ci workflow is not callable
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Oct 10, 2024
1 parent b3606d1 commit 87879db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: build-lint

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

on:
push:
branches:
- master
pull_request:
workflow_call:

jobs:
ci:
Expand Down

0 comments on commit 87879db

Please sign in to comment.