Skip to content

Commit

Permalink
Merge pull request iovisor#3708 from davemarchevsky/davemarchevsky/gh…
Browse files Browse the repository at this point in the history
…-actions-1

gh actions: run test and publish actions on pull_request, not push
  • Loading branch information
davemarchevsky committed Nov 17, 2021
2 parents 67f59ee + fd34e9d commit 47236bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bcc-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: BCC Build and tests

on: push
on: pull_request

jobs:
test_bcc:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Publish Build Artifacts

on: push
on: pull_request

jobs:
publish_images:
Expand Down

0 comments on commit 47236bc

Please sign in to comment.