Skip to content

Commit 4811048

Browse files
Merge pull request #147 from xima-media/ci/workflow-pr-triggers
chore(ci): trigger workflows on pull_request instead of all pushes
2 parents 2136bd0 + 80e2819 commit 4811048

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/cgl.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: CGL
22
on:
33
push:
44
branches:
5-
- '**'
5+
- main
6+
pull_request: ~
67

78
jobs:
89
cgl:

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Tests
22
on:
33
push:
44
branches:
5-
- '**'
5+
- main
6+
pull_request: ~
67

78
jobs:
89
tests:

0 commit comments

Comments
 (0)