Skip to content

Commit a36a114

Browse files
committed
Update workflows triggers
1 parent aa44941 commit a36a114

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

template/{% if github_actions %}.github{% endif %}/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- master
57
pull_request:
8+
branches:
9+
- master
610

711
env:
812
POETRY_HOME: /opt/poetry

template/{% if github_actions %}.github{% endif %}/workflows/{% if helm %}integration.yml{% endif %}.jinja

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{% raw %}name: K8s integration
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
8-
branches:
9-
- master
104
workflow_dispatch:
115

126
jobs:

0 commit comments

Comments
 (0)