We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfe707 commit 2c5d1ddCopy full SHA for 2c5d1dd
2 files changed
.github/workflows/ci.yml
@@ -2,8 +2,8 @@ name: CI
2
3
on:
4
push:
5
- branches:
6
- - main
+ branches: [main]
+ paths: [src/**]
7
pull_request:
8
9
jobs:
.github/workflows/release.yml
@@ -2,8 +2,8 @@ name: RELEASE
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments