Skip to content

Commit

Permalink
fixed CI tasks on relevant folders
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu authored and thePanz committed Feb 22, 2024
1 parent f7a6e29 commit 931eef1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
name: "Continuous Integration"

on:
pull_request:
branches:
- master
paths:
- .github/workflows/continuous-integration.yml
- composer.*
- lib/**
- tests/**

push:
branches:
- master
pull_request:
paths:
- .github/workflows/continuous-integration.yml
- composer.*
- lib/**
- tests/**

env:
fail-fast: true
Expand Down

0 comments on commit 931eef1

Please sign in to comment.