Skip to content

Commit

Permalink
Merge pull request #476 from pact-foundation/chore/prevent-duplicate-ci
Browse files Browse the repository at this point in the history
chore(ci): prevent duplicate ci triggers
  • Loading branch information
YOU54F authored Jan 20, 2025
2 parents c1f0eaa + fe94d97 commit 555ba3a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
on: [push, pull_request, workflow_dispatch]
name: Test

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

env:
PACT_BROKER_BASE_URL: https://testdemo.pactflow.io
PACT_BROKER_TOKEN: ${{ secrets.PACT_BROKER_TOKEN }}
Expand Down Expand Up @@ -76,7 +83,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Test dockerfile
- name: Test dockerfile
run: make docker_test_all
env:
GO_VERSION: ${{ matrix.go-version }}
Expand Down

0 comments on commit 555ba3a

Please sign in to comment.