Skip to content

Commit

Permalink
Fix workflow triggers (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: David Greven <opensource@grevend.dev>
  • Loading branch information
grevend committed Sep 1, 2022
1 parent f23efff commit 6927609
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
# SPDX-License-Identifier: Apache-2.0
#
name: Artifacts
on: push
on:
workflow_dispatch:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
verification:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 6927609

Please sign in to comment.