Skip to content

Commit

Permalink
Merge pull request #95 from wggihan/master
Browse files Browse the repository at this point in the history
Update git actions
  • Loading branch information
wggihan authored Feb 26, 2020
2 parents ab9564f + 0e9f23d commit 4a6922f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deployment

on: [release]
on:
release:
types: [published]

jobs:
build:
Expand All @@ -20,7 +22,7 @@ jobs:
uses: ballerina-platform/ballerina-action/@master
with:
args:
push
push -a
env:
WORKING_DIR: ./ftp
BALLERINA_CENTRAL_ACCESS_TOKEN: ${{ secrets.BALLERINA_CENTRAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit 4a6922f

Please sign in to comment.