Skip to content

Commit bdd5773

Browse files
committed
Trigger docs workflow on pull-requests
1 parent 8181c8b commit bdd5773

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/docs.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
name: Docs
22

33
on:
4+
pull_request:
5+
branches:
6+
- main
7+
paths:
8+
- .github/workflows/docs.yml
9+
- pyproject.toml
10+
- s2fft/**
11+
- docs/**
12+
- notebooks/**
413
push:
514
branches:
615
- main
7-
16+
17+
concurrency:
18+
group: ${{ github.workflow }}-${{ github.ref }}
19+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
20+
821
jobs:
922
build:
1023

0 commit comments

Comments
 (0)