Skip to content

Commit 5998f14

Browse files
committed
Run CI on pull requests
If the PR is from an external repo, the action won't run without approval. right now we can't run the actions on external PRs.
1 parent a2162c0 commit 5998f14

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: [ push ]
1+
on:
2+
pull_request:
3+
push:
4+
workflow_dispatch:
25

36
jobs:
47
build_ubuntu:

.github/workflows/validate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
on:
2+
pull_request:
23
push:
34
workflow_dispatch:
45

0 commit comments

Comments
 (0)