Skip to content

Commit 5135c3f

Browse files
bbaylesanonrig
authored andcommitted
Update GHA conditions
1 parent 6343131 commit 5135c3f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
name: Build and test
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened, ready_for_review]
6+
paths-ignore:
7+
- '**.rst'
8+
- 'docs/**'
9+
push:
10+
branches:
11+
- main
12+
paths-ignore:
13+
- '**.rst'
14+
- 'docs/**'
415

516
concurrency:
617
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)