Skip to content

Commit

Permalink
Simplify GitHub actions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Ben87 committed Jan 4, 2024
1 parent c058d6c commit 6e66620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: 'Quality'

on:
push:
branches: ['*']
push

jobs:
ecs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: 'Tests'

on:
push:
branches: ['*']
push

jobs:
unit:
Expand Down

0 comments on commit 6e66620

Please sign in to comment.