Don't trigger github action on master push

This commit is contained in:
Radu C. Martin 2021-07-22 22:39:23 +02:00
parent 19e854e02d
commit e1ce6e8ed6

View file

@ -6,7 +6,6 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
tags:
- 'v*.*.*'
pull_request: