Skip to content

Commit 58e68d6

Browse files
committed
ci: enable on pull requests
1 parent 484465d commit 58e68d6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/vala-daily.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
on: [push]
1+
on:
2+
push:
3+
branches: [master]
4+
pull_request:
5+
branches: [master]
26

37
jobs:
48
build:

.github/workflows/vala-lts.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
on: [push]
1+
on:
2+
push:
3+
branches: [master]
4+
pull_request:
5+
branches: [master]
26

37
jobs:
48
build:

0 commit comments

Comments
 (0)