Skip to content

Commit

Permalink
Merge pull request #82 from Commencis/feature/ci-actions
Browse files Browse the repository at this point in the history
feat: update ci actions
  • Loading branch information
ymehmetcan authored Oct 12, 2024
2 parents 6ae8a93 + 2ba96dc commit 431c33c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: CI

on:
pull_request: ~
push:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Release

on:
workflow_dispatch:
push:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 431c33c

Please sign in to comment.