We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2f90f commit 324c1f5Copy full SHA for 324c1f5
.github/workflows/build_dev_version.yml
@@ -1,24 +1,10 @@
1
name: Build development version
2
on:
3
- push:
4
- branches:
5
- - 'master'
+ pull_request:
6
7
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
19
upload_dev_build_artifact:
20
name: Upload development build
21
- needs: remove_old_artifacts
22
runs-on: ${{ matrix.os }}
23
strategy:
24
matrix:
0 commit comments