Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5bc93dc

Browse filesBrowse files
Merge branch '5.4' into 6.4
* 5.4: When pushing, run GHA only on "*.*" branches
2 parents de4b320 + 87e1049 commit 5bc93dc
Copy full SHA for 5bc93dc

5 files changed

+5-3Lines changed: 5 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/integration-tests.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/integration-tests.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Integration
22

33
on:
4-
push:
4+
push: { branches: [ '*.*' ] }
55
pull_request:
66

77
defaults:
Collapse file

‎.github/workflows/intl-data-tests.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/intl-data-tests.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Intl data
22

33
on:
44
push:
5+
branches: [ '*.*' ]
56
paths:
67
- 'src/Symfony/Component/Intl/*.php'
78
- 'src/Symfony/Component/Intl/Util/GitRepository.php'
Collapse file

‎.github/workflows/phpunit-bridge.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/phpunit-bridge.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Lint PhpUnitBridge
22

33
on:
44
push:
5+
branches: [ '*.*' ]
56
paths:
67
- 'src/Symfony/Bridge/PhpUnit/**'
78
pull_request:
Collapse file

‎.github/workflows/unit-tests.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/unit-tests.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Unit Tests
22

33
on:
4-
push:
4+
push: { branches: [ '*.*' ] }
55
pull_request:
66

77
defaults:
Collapse file

‎.github/workflows/windows.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/windows.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Windows
22

33
on:
4-
push:
4+
push: { branches: [ '*.*' ] }
55
pull_request:
66

77
concurrency:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.