Skip to content

Commit

Permalink
Merge pull request #21 from Trusted97/ci/add-logic-for-avoid-useless-run
Browse files Browse the repository at this point in the history
ci: add commit for avoid useless run
  • Loading branch information
Trusted97 authored Dec 8, 2023
2 parents 1bf6b14 + a5ad631 commit 671a16b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: 🧪 Test

on:
push:
branches:
- 'master'
pull_request:

jobs:
Expand All @@ -12,7 +14,7 @@ jobs:
matrix:
php: ["8.1", "8.2"]

name: ⚙️ PHP ${{ matrix.php }}
name: ⚙️ Running test for PHP ${{ matrix.php }}

steps:
- name: 📥 Checkout code
Expand Down

0 comments on commit 671a16b

Please sign in to comment.