mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
ci: Run CI Workflow on push to main and allow to trigger it manually
This commit is contained in:
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@@ -1,8 +1,13 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
# workflow_dispatch so that it can be triggered manually if needed
|
||||
workflow_dispatch:
|
||||
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.number }}
|
||||
|
||||
Reference in New Issue
Block a user