Skip to content

Commit

Permalink
Merge pull request #11 from sophia-guo/v10
Browse files Browse the repository at this point in the history
V10
  • Loading branch information
sophia-guo authored Nov 20, 2020
2 parents ad34864 + eb75651 commit 7c5f283
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,18 @@ name: Manually triggered workflow
on:
repository_dispatch:
types: [release]

push:
branches-ignore:
- '**'

jobs:
say_hello:
runs-on: ubuntu-latest
steps:
- run: |
echo "Hello "
curl -X GET -H "Accept: application/vnd.github.v3+json" -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/quarkusio/quarkus-quickstarts/releases/latest
#name: "Remove autoTestPR branch"
#on:
Expand Down

0 comments on commit 7c5f283

Please sign in to comment.