Skip to content

Commit

Permalink
ci: enable on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince781 committed May 25, 2022
1 parent 484465d commit 58e68d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/vala-daily.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push]
on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/vala-lts.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push]
on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
Expand Down

0 comments on commit 58e68d6

Please sign in to comment.