[CI] Only release new nightly on source change

This commit is contained in:
Ducko 2021-12-11 11:12:04 +00:00
parent d952aa72fa
commit d5c2c569d7
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ name: Release Nightly
on:
push:
branches: [ main ]
paths:
- 'src/**'
- 'polyfills/**'
jobs:
build: