Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yednapg authored Dec 29, 2024
1 parent 506188a commit 7b35628
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: CI
on: push
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
eslint:
name: ESLint
Expand Down

0 comments on commit 7b35628

Please sign in to comment.