Skip to content

Commit 81b0fab

Browse files
authored
Run GitHub Actions tests on PRs as well
When initially creating the GitHub Actions workflow, it was obviously forgotten to make it also run on pull requests, not only when changes are pushed to branches in the original repository (not a fork).
1 parent d820d25 commit 81b0fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Verify changes
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:

0 commit comments

Comments
 (0)