Skip to content

Commit

Permalink
chore: delete sync dev (#17)
Browse files Browse the repository at this point in the history
* chore: fix ci on: branches

* chore: delete sync dev

* chore: rename
  • Loading branch information
luisfun authored Feb 6, 2025
1 parent bbbeadc commit aaf5271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: ci
name: CI
on:
push:
branches: [ '**', '!master' ]
branches: [ '**', '!main' ]
pull_request:
branches: [ master ]
branches: [ main ]

permissions:
contents: read
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/sync-dev.yml

This file was deleted.

0 comments on commit aaf5271

Please sign in to comment.