Update actions.yml so that it will run for all PR's

pull/802/head
Pieter Marsman 2022-02-02 22:45:05 +01:00
parent b84cfc98e0
commit 81f873e105
1 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,14 @@
name: Continuous integration name: Continuous integration
on: on:
push: push: # run when commits are added to master or develop
branches:
- master
- develop
pull_request: # run on pr's against master or develop
branches:
- master
- develop
env: env:
default-python: "3.10" default-python: "3.10"