Skip to content

Commit

Permalink
gh actions: run test and publish actions on pull_request, not push
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarchevsky committed Nov 17, 2021
1 parent 67f59ee commit fd34e9d
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 fd34e9d

Please sign in to comment.