Skip to content

Commit

Permalink
Merge branch 'repository' of [email protected]:sophia-guo/runaqaTest.git
Browse files Browse the repository at this point in the history
Conflicts:
	.github/workflows/main.yml
  • Loading branch information
sophia-guo committed Nov 18, 2020
2 parents ad34864 + fbc0685 commit eb75651
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 eb75651

Please sign in to comment.