Skip to content

Commit

Permalink
feat: added paths of elixir files to aciton
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipeR13 committed Jul 15, 2024
1 parent 82ae29c commit 66f04c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
branches: [main, develop]
types: [opened, synchronize]
paths:
- '**/*.ex'
- '**/*.exs'
- '**/*.html.heex'

jobs:
style:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ name: Build and Test
on:
push:
branches: [develop]
paths:
- '**/*.ex'
- '**/*.exs'
- '**/*.html.heex'
pull_request:
branches: [develop]
types: [opened, synchronize]

paths:
- '**/*.ex'
- '**/*.exs'
- '**/*.html.heex'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 66f04c6

Please sign in to comment.