Skip to content

Commit 239b385

Browse files
committed
run on pr events too
1 parent d72e239 commit 239b385

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
paths-ignore:
66
- '.github/workflows/release-plz.yml'
77
- 'docs/**'
8+
pull_request:
9+
branches:
10+
- "**"
11+
paths-ignore:
12+
- '.github/workflows/release-plz.yml'
13+
- 'docs/**'
814

915

1016
name: CI

0 commit comments

Comments
 (0)