Skip to content

Commit

Permalink
Skip double develop deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski committed Jul 27, 2024
1 parent f6d5221 commit 7fc0e94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ on:
pull_request:
branches: [ master ]
types: [edited, synchronize]
paths-ignore:
- 'develop/**'

jobs:
test:
if: github.event.pull_request.head.ref != 'develop'
runs-on: ubuntu-latest

steps:
Expand All @@ -31,6 +34,7 @@ jobs:
run: npm run test

build:
if: github.event.pull_request.head.ref != 'develop'
needs: test
runs-on: wgd-dev

Expand Down

0 comments on commit 7fc0e94

Please sign in to comment.