Skip to content

Commit

Permalink
ci: retire la restriction de branche
Browse files Browse the repository at this point in the history
  • Loading branch information
FanchGadjo committed Oct 2, 2021
1 parent 678d548 commit 6f3d905
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Audit Performance
on:
push:
branches:
- main
paths-ignore:
- '**/README.md'
jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/e2e-chrome.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: E2E on Chrome
on:
push:
branches:
- main
paths-ignore:
- '**/README.md'
jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/e2e-edge.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: E2E on Edge
on:
push:
branches:
- main
paths-ignore:
- '**/README.md'
jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/e2e-firefox.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: E2E on Firefox
on:
push:
branches:
- main
paths-ignore:
- '**/README.md'
jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Unit tests
on:
push:
branches:
- main
paths-ignore:
- '**/README.md'
jobs:
Expand Down

0 comments on commit 6f3d905

Please sign in to comment.