Skip to content

Commit

Permalink
Trying to trigger the pipelines on push and on PR, but only once
Browse files Browse the repository at this point in the history
  • Loading branch information
tcsabina committed Jan 31, 2023
1 parent 4078a01 commit e7bfbbf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-mvdsv.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: build mvdsv
#on: [pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
on: [push, pull_request]
jobs:
build:
# if: github.repository == 'QW-Group/qwprot'
Expand Down

0 comments on commit e7bfbbf

Please sign in to comment.