Skip to content

Commit

Permalink
fix duplicated ci job triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin committed Jul 12, 2024
1 parent 4f6060a commit f7fde8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: lint

on:
pull_request:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- "docs/**"
- README.md
- "releases/**"
pull_request:
branches:
- main

permissions:
contents: read
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: test

on:
pull_request:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- "docs/**"
- README.md
- "releases/**"
pull_request:
branches:
- main

jobs:
test:
Expand Down

0 comments on commit f7fde8b

Please sign in to comment.