ci: only generate NPM API package on master

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-08-24 21:44:47 +02:00
parent 4a84b7e2d5
commit 052bb28086
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: authentik-web-api-publish
on:
push:
branches: [ master, version* ]
branches: [ master ]
paths:
- 'schema.yml'
jobs: