We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0202803 commit 7fb18fdCopy full SHA for 7fb18fd
.github/workflows/docs.yml
@@ -2,6 +2,11 @@ name: Docs
2
on:
3
push:
4
branches: ["main"]
5
+ paths:
6
+ - 'Sources/**'
7
+ - '.github/workflows/docs.yml'
8
+ - 'Package.swift'
9
+ - 'Makefile'
10
workflow_dispatch:
11
12
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
0 commit comments