Skip to content

Commit

Permalink
Avoid redundant builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bsperezb committed Mar 20, 2024
1 parent db72289 commit c795c90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, synchronize]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: cancel Previous Redundants Build
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit c795c90

Please sign in to comment.