Skip to content

Commit

Permalink
Enable running tests on demand
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Dec 22, 2020
1 parent 70114e3 commit c8cec8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: build

on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
- github-actions

jobs:
container:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: e2e

on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
- github-actions

jobs:
kind:
Expand Down

0 comments on commit c8cec8e

Please sign in to comment.