Skip to content

Commit

Permalink
ci: 💚 Release to manual
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Jan 19, 2025
1 parent 04665a5 commit 6e0a86f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/codelimit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'codelimit'

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: 'Checkout sources'
uses: actions/checkout@v4

- name: 'Run CodeLimit'
uses: getcodelimit/codelimit-action@v1
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,3 @@ jobs:

- name: "Run tests"
run: yarn test

- name: 'Run CodeLimit'
uses: getcodelimit/codelimit-action@v1
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Release
on:
push:
branches:
- main
name: 'release'

on: [workflow_dispatch]

jobs:
release:
name: Semantic Release
Expand Down

0 comments on commit 6e0a86f

Please sign in to comment.