Skip to content

Commit

Permalink
fix ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Nov 13, 2024
1 parent 8b2f597 commit 397fc59
Show file tree
Hide file tree
Showing 5 changed files with 435 additions and 594 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: "Semantic PR"

on:
pull_request_target:
types:
- opened
- edited
- synchronize

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
main:
runs-on: ubuntu-latest
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: Test

on: [ push ]
on:
pull_request:
push:
branches:
- main
- master
- release/*

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
test:
Expand Down
Loading

0 comments on commit 397fc59

Please sign in to comment.