Skip to content

Commit 2c5d1dd

Browse files
authored
chore: change trigger paths (#15)
1 parent 8cfe707 commit 2c5d1dd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: CI
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [main]
6+
paths: [src/**]
77
pull_request:
88

99
jobs:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: RELEASE
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [main]
6+
paths: [src/**]
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)