Only run build workflow on publish to master. Not on pull request

This commit is contained in:
Debanjum Singh Solanky 2022-08-04 02:20:05 +03:00
parent 84adf0c568
commit b2beff6a0e

View file

@ -1,16 +1,6 @@
name: build
on:
pull_request:
branches:
- master
paths:
- src/**
- config/**
- setup.py
- Dockerfile
- docker-compose.yml
- .github/workflows/build.yml
push:
branches:
- master