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

Skip to content

Commit 8f29009

Browse files
authored
ci: Adjust CI triggers to mostly PR runs (#7791) (#7792)
(cherry picked from commit 9074f83)
1 parent ff2e25f commit 8f29009

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 }}

0 commit comments

Comments
 (0)
0