Update build workflow to include branch specification for push events
This commit is contained in:
@@ -2,6 +2,8 @@ name: '🏗️ Build Plugin'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- dev
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- '.gitea/**'
|
- '.gitea/**'
|
||||||
|
|||||||
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -2,6 +2,8 @@ name: '🏗️ Build Plugin'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- dev
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- '.gitea/**'
|
- '.gitea/**'
|
||||||
|
|||||||
Reference in New Issue
Block a user