We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705b627 commit 552b54dCopy full SHA for 552b54d
1 file changed
.github/workflows/test-projects.yml
@@ -3,11 +3,11 @@ on:
3
push:
4
tags:
5
- "v*"
6
- branches: [main, "3.0"]
+ branches: [main]
7
jobs:
8
test-projects:
9
runs-on: ubuntu-latest
10
- name: Subproject ${{matrix.project.org}}/${{matrix.project.name}} - OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
+ name: ${{matrix.project.org}}/${{matrix.project.name}} - OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
11
strategy:
12
fail-fast: false
13
matrix:
0 commit comments