Skip to content

Commit

Permalink
Merge pull request #215 from julien-deramond/master-jd-limit-demo-bui…
Browse files Browse the repository at this point in the history
…ld-distribution

[#205] Limit `demo-build-distribution` workflow to main 'ods-android' repository
  • Loading branch information
florentmaitre authored Jul 8, 2022
2 parents ca7ec7a + b1f09f4 commit e69077a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/demo-build-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'Orange-OpenSource/ods-android'
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit e69077a

Please sign in to comment.