Skip to content

Commit

Permalink
ci(*): use main branch [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Sep 6, 2023
1 parent 6202b45 commit 3444934
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: End-to-end tests
on:
push:
branches:
- master
- main
paths-ignore:
- '**.md'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installation-and-varnish-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Installation and Varnish test suite
on:
push:
branches:
- master
- main
paths-ignore:
- '**.md'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Coding standards
on:
push:
branches:
- master
- main
paths-ignore:
- '**.md'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Unit and integration tests
on:
push:
branches:
- master
- main
paths-ignore:
- '**.md'
workflow_dispatch:
Expand Down

0 comments on commit 3444934

Please sign in to comment.