Skip to content

Commit

Permalink
Remove branch filter
Browse files Browse the repository at this point in the history
It's causing builds for the ci images to not run as I only modified the args
  • Loading branch information
hoyon committed Jul 10, 2024
1 parent 5e9c00b commit 241d1e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/elixir-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- "main"
paths:
- "elixir-ci/**"
workflow_dispatch:
pull_request:
types: [assigned, opened, synchronize, reopened]
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/elixir-cypress-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- 'main'
paths:
- 'elixir-cypress-ci/**'
workflow_dispatch:
pull_request:
types: [assigned, opened, synchronize, reopened]
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/platform-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- 'main'
paths:
- 'platform-production/**'
workflow_dispatch:
pull_request:
types: [assigned, opened, synchronize, reopened]
Expand Down

0 comments on commit 241d1e8

Please sign in to comment.