Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
only run build on PR, not pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-verida committed Apr 17, 2024
1 parent 26dffa1 commit 68f1f25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
pull_request:
branches:
- 'develop'

push:
branches:
- 'feature/*'
jobs:
build-app:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 68f1f25

Please sign in to comment.