Skip to content

Commit 324c1f5

Browse files
Prepare workflows for testing
1 parent 0a2f90f commit 324c1f5

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/build_dev_version.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
11
name: Build development version
22
on:
3-
push:
4-
branches:
5-
- 'master'
3+
pull_request:
64

75
jobs:
8-
remove_old_artifacts:
9-
name: Remove old artifacts
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Remove old artifacts
13-
uses: kolpav/purge-artifacts-action@v1
14-
with:
15-
token: ${{ secrets.GITHUB_TOKEN }}
16-
expire-in: 0
17-
18-
196
upload_dev_build_artifact:
207
name: Upload development build
21-
needs: remove_old_artifacts
228
runs-on: ${{ matrix.os }}
239
strategy:
2410
matrix:

0 commit comments

Comments
 (0)