Skip to content

Commit

Permalink
👷 Fix duplicated JOBS
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Galati committed Feb 3, 2024
1 parent f0b0c0f commit 9885b49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [ pull_request, push ]
on:
pull_request:
push:
branches:
- 'main'

env:
COMPOSER_UPDATE_FLAGS: "--no-interaction --no-progress --prefer-dist "
Expand Down

0 comments on commit 9885b49

Please sign in to comment.