mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
Limit CI push triggers to main and stable-* branches (#30934)
This commit is contained in:
7
.github/workflows/test-js.yml
vendored
7
.github/workflows/test-js.yml
vendored
@@ -1,9 +1,10 @@
|
||||
name: JavaScript Testing
|
||||
on:
|
||||
merge_group:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
- 'renovate/**'
|
||||
branches:
|
||||
- 'main'
|
||||
- 'stable-*'
|
||||
paths:
|
||||
- 'package.json'
|
||||
- 'yarn.lock'
|
||||
|
||||
Reference in New Issue
Block a user