Skip to content

Commit 6bae6b1

Browse files
authored
Merge pull request #267 from k-nasa/fix_github_actions
Add pull_request event to github actions hooks
2 parents 50b6d0b + c947cf4 commit 6bae6b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on: [push]
1+
on: pull_request
22

33
jobs:
44
build_and_test:

.github/workflows/clippy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
on: push
1+
on: pull_request
2+
23
name: Clippy check
34
jobs:
45
clippy_check:

0 commit comments

Comments
 (0)