Skip to content

Commit

Permalink
Trigger CI when publishing a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasperrot committed Aug 25, 2020
1 parent db1a87c commit a2a56c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ on:
branches:
- master
tags:
- '*'
pull_request:
release:
types:
- published

jobs:
lint:
Expand Down

0 comments on commit a2a56c0

Please sign in to comment.