Skip to content

Commit

Permalink
GH Actions: run bcc-test and publish workflows on push to master bran…
Browse files Browse the repository at this point in the history
…ch too
  • Loading branch information
davemarchevsky committed Nov 17, 2021
1 parent 2445f2d commit 01bdfe0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/bcc-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: BCC Build and tests

on: pull_request
on:
push:
branches:
- master
pull_request:

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

on: pull_request
on:
push:
branches:
- master
pull_request:

jobs:
publish_images:
Expand Down

0 comments on commit 01bdfe0

Please sign in to comment.