Skip to content

Commit

Permalink
Merge pull request #31 from barrientosvctor/develop
Browse files Browse the repository at this point in the history
ci: trigger when changes on main branch
  • Loading branch information
barrientosvctor authored Jul 28, 2024
2 parents 4b0803d + 7a293ae commit d74be3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ run-name: Neovim checks
on:
pull_request:
paths-ignore:
- **.md
- "**.md"
branches: ["main", "develop"]
push:
paths-ignore:
- **.md
- "**.md"
branches: ["main", "develop"]

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ run-name: Abyss.nvim tests
on:
pull_request:
paths-ignore:
- **.md
- "**.md"
branches: ["main", "develop"]
push:
paths-ignore:
- **.md
- "**.md"
branches: ["main", "develop"]

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ run-name: Vim checks
on:
pull_request:
paths-ignore:
- **.md
- "**.md"
branches: ["main", "develop"]
push:
paths-ignore:
- **.md
- "**.md"
branches: ["main", "develop"]

jobs:
Expand Down

0 comments on commit d74be3b

Please sign in to comment.