Skip to content

Commit

Permalink
ci: trigger when changes on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
barrientosvctor committed Jul 28, 2024
1 parent 65510a0 commit 7a293ae
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 7a293ae

Please sign in to comment.