summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docgen.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/docgen.yml b/.github/workflows/docgen.yml
index ecde5b3..9285ff4 100644
--- a/.github/workflows/docgen.yml
+++ b/.github/workflows/docgen.yml
@@ -1,12 +1,14 @@
name: Generate docs
-on: push
+on:
+ push:
+ branches-ignore:
+ - master
jobs:
build-sources:
name: Generate docs
runs-on: ubuntu-20.04
- if: github.ref != 'master'
steps:
- uses: actions/checkout@v2
- run: date +%F > todays-date