Skip to content

Commit

Permalink
Workflows / CI: fixed the preconditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Senko committed Oct 26, 2024
1 parent 652e456 commit 49d4237
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ name: CI

on:
pull_request:
paths:
- '!*.md'
- '!*.txt'
paths-ignore:
- '*.md'
- '*.txt'

push:
branches: [ main ]
tags:
- '!*' # none
tags-ignore:
- '*'
paths:
- lib/*
- app/*
- config/*
- spec/*
- lib/**
- app/**
- config/**
- spec/**
- Gemfile*
- '*.gemspec'
- .github/workflows/ci.yml
Expand Down

0 comments on commit 49d4237

Please sign in to comment.