Skip to content

Commit

Permalink
Merge pull request #15 from flagbit/feature/FBTLOPS-159
Browse files Browse the repository at this point in the history
fix: Testing the trigger
  • Loading branch information
mralexandernickel authored Feb 16, 2021
2 parents 023afc8 + 31a5889 commit 89473f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release-trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: release-trigger
on: release

jobs:
trigger:
name: Test the trigger
runs-on: ubuntu-latest
steps:
- run: echo 'triggered!'

0 comments on commit 89473f0

Please sign in to comment.