chg: trigger GH actions on PR

pull/665/head
Raphaël Vinot 2020-11-30 12:36:28 +01:00
parent babb04cbc2
commit 56eb0a6a34
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
name: Python application
on: [push]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build: