Skip to content

Commit

Permalink
📝 更新 Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaoo committed Nov 22, 2023
1 parent 48173d1 commit 21aa33a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Cuckoo-Dev-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Cuckoo-Dev-Test

on:
push:
branches: [ "Develop" ]
branches:
- 'feature/**'
pull_request:
branches: [ "master" ]
branches: [ "develop" ]

jobs:
php:
Expand All @@ -28,7 +29,7 @@ jobs:
build:
name: Cuckoo Dev Build
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci') && github.event_name != 'pull_request'"
if: "!contains(github.event.head_commit.message, 'skip ci') && github.event_name == 'pull_request'"
needs:
- php
steps:
Expand Down

0 comments on commit 21aa33a

Please sign in to comment.