Skip to content

Commit

Permalink
removed develop branch from build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redrezo committed Aug 5, 2020
1 parent 286fde1 commit dbf2b9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- develop # TODO remove me
tags:
- 'v*'

Expand All @@ -27,8 +26,6 @@ jobs:
- uses: eskatos/gradle-command-action@v1
with:
arguments: -i :org.eclipse.fx.drift.native:publish
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v1
with:
name: native-repo
Expand Down

0 comments on commit dbf2b9d

Please sign in to comment.