Skip to content

Commit 76d31f0

Browse files
authored
Update all non-CD actions to run against main branch (#1170)
Signed-off-by: Eric Sauer <esauer@redhat.com>
1 parent 80e0093 commit 76d31f0

15 files changed

+34
-22
lines changed

.github/workflows/chart-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Chart Lint
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ main ]
55
paths:
66
- 'exporters/**'
77
- 'charts/**'
@@ -11,7 +11,7 @@ on:
1111
- 'Makefile'
1212

1313
pull_request:
14-
branches: [ master ]
14+
branches: [ main ]
1515
paths:
1616
- 'exporters/**'
1717
- 'charts/**'

.github/workflows/check-python-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check Python dependencies
22
on:
33
pull_request:
4-
branches: [ master ]
4+
branches: [ main ]
55
paths:
66
- 'pyproject.toml'
77
- 'poetry.lock'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Continuos Integration
22

33
on:
44
pull_request:
5-
branches: [ master ]
5+
branches: [ main ]
66
paths:
77
- '.github/workflows/ci.yml'
88
schedule:

.github/workflows/conftest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Conftest
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
paths:
77
- '_test/**'
88
- 'charts/**'
99
- '.github/workflows/conftest.yml'
1010
- 'Makefile'
1111

1212
pull_request:
13-
branches: [ master ]
13+
branches: [ main ]
1414
paths:
1515
- '_test/**'
1616
- 'charts/**'

.github/workflows/doc-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Documentation check
22
on:
33
pull_request:
4-
branches: [ master ]
4+
branches: [ main ]
55
paths:
66
- 'docs/**'
77
- '.github/workflows/doc-check.yml'

.github/workflows/mockoon-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Mockoon Tests
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ main ]
55
paths:
66
- 'exporters/**'
77
- 'mocks/**'
@@ -11,7 +11,7 @@ on:
1111
- 'scripts/run-mockoon-tests.sh'
1212

1313
pull_request:
14-
branches: [ master ]
14+
branches: [ main ]
1515
paths:
1616
- 'exporters/**'
1717
- 'mocks/**'

.github/workflows/pre-commit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Pre-commit test
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
paths:
77
- '.pre-commit-config.yaml'
88
- '.github/workflows/pre-commit-test.yml'
99
- 'Makefile'
1010

1111
pull_request:
12-
branches: [ master ]
12+
branches: [ main ]
1313
paths:
1414
- '.pre-commit-config.yaml'
1515
- '.github/workflows/pre-commit-test.yml'

.github/workflows/prometheus-rules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Prometheus Rules Tests
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ main ]
55
paths:
66
- '_test/**'
77
- 'charts/pelorus/**'
88
- '.github/workflows/prometheus-rules.yml'
99

1010
pull_request:
11-
branches: [ master ]
11+
branches: [ main ]
1212
paths:
1313
- '_test/**'
1414
- 'charts/pelorus/**'

.github/workflows/python-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check Python Formatting
22
on:
33
pull_request:
4-
branches: [ master ]
4+
branches: [ main ]
55
paths:
66
- '.github/workflows/python-formatting.yml'
77
- 'pyproject.toml'

.github/workflows/python-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Pylava
22
on:
33
pull_request:
4-
branches: [ master ]
4+
branches: [ main ]
55
paths:
66
- 'pyproject.toml'
77
- '.github/workflows/python-linting.yml'

0 commit comments

Comments
 (0)