Skip to content

Commit

Permalink
Relax when CI should be run
Browse files Browse the repository at this point in the history
  • Loading branch information
paupino committed Apr 24, 2021
1 parent c862d1d commit 2e80bff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
on: [push, pull_request]
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- master
- "[1-9].x"

name: Continuous integration

Expand Down

0 comments on commit 2e80bff

Please sign in to comment.