Skip to content

Commit 552b54d

Browse files
committed
ci: better task name
1 parent 705b627 commit 552b54d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-projects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
tags:
55
- "v*"
6-
branches: [main, "3.0"]
6+
branches: [main]
77
jobs:
88
test-projects:
99
runs-on: ubuntu-latest
10-
name: Subproject ${{matrix.project.org}}/${{matrix.project.name}} - OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
10+
name: ${{matrix.project.org}}/${{matrix.project.name}} - OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
1111
strategy:
1212
fail-fast: false
1313
matrix:

0 commit comments

Comments
 (0)