ci: only generate NPM API package on master
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
4a84b7e2d5
commit
052bb28086
|
@ -1,7 +1,7 @@
|
|||
name: authentik-web-api-publish
|
||||
on:
|
||||
push:
|
||||
branches: [ master, version* ]
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'schema.yml'
|
||||
jobs:
|
||||
|
|
Reference in New Issue