8000 ci: Adjust CI triggers to mostly PR runs (#7791) · django-cms/django-cms@9074f83 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9074f83

Browse files
authored
ci: Adjust CI triggers to mostly PR runs (#7791)
1 parent 5f3f0c9 commit 9074f83

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Docs
22

3-
on: [push, pull_request]
3+
on: pull_request
44

55
concurrency:
66
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: django CMS frontend.yml
22

3-
on: [push, pull_request]
3+
on: pull_request
44

55
concurrency:
66
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: django CMS linters.yml
22

3-
on: [push, pull_request]
3+
on: pull_request
44

55
concurrency:
66
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: django CMS test.yml
22

3-
on: [push, pull_request]
3+
on: pull_request
44

55
concurrency:
66
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/test_startcmsproject.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: djangocms mysite test
22

3-
on: [push, pull_request]
3+
on: pull_request
44

55
concurrency:
66
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)
0