Skip to content

Commit

Permalink
CI - ignore guides
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Oct 7, 2024
1 parent fafb53b commit e4b4325
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
name: CI

on:
pull_request:
push:
branches:
- main
paths-ignore:
- 'guides/**'
pull_request:
paths-ignore:
- 'guides/**'


permissions:
contents: write

jobs:
test:
name: "test: OTP ${{matrix.otp}} | Elixir ${{matrix.elixir}} | Phoenix ${{matrix.phoenix-version}} | LiveView ${{matrix.phoenix-live-view-version}}"
name: "test: OTP ${{matrix.otp}} | Elixir ${{matrix.elixir}} | Phoenix ${{matrix.phoenix}} | LiveView ${{matrix.phoenix-live-view}} | PG ${{matrix.postgres}}"

strategy:
fail-fast: false
Expand Down

0 comments on commit e4b4325

Please sign in to comment.