Skip to content

Commit

Permalink
Merge pull request #364 from move4mobile/develop
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
mschilling authored Feb 21, 2023
2 parents 139032d + b1a422b commit abca436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

CreatePreview:
name: Generate Preview URL
if: github.event_name == 'pull_request'
if: ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
needs: [Build]
runs-on: ubuntu-latest
environment:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Geek Bites [![Build Status](https://travis-ci.org/move4mobile/geekbites.svg?branch=develop)](https://travis-ci.org/move4mobile/geekbites)
# Geek Bites

You can find our blog here: https://geekbites.move4mobile.io

Expand Down

0 comments on commit abca436

Please sign in to comment.