Skip to content

Commit 312f7ca

Browse files
committed
ci: enable ci to run for pull requests from all branches
Signed-off-by: Shiv Verma <shverma@redhat.com>
1 parent 479cc09 commit 312f7ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: ci
22

3-
on: [pull_request] # yamllint disable-line rule:truthy
3+
on: # yamllint disable-line rule:truthy
4+
push:
5+
branches:
6+
- main
7+
pull_request: # yamllint disable-line rule:empty-values
48

59
concurrency:
610
group: ${{ github.workflow }}-${{ github.event.pull-request.number || github.ref }}

0 commit comments

Comments
 (0)