Skip to content

Commit

Permalink
Prepare workflows for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolai-laevskii committed May 9, 2023
1 parent 0a2f90f commit 324c1f5
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/build_dev_version.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
name: Build development version
on:
push:
branches:
- 'master'
pull_request:

jobs:
remove_old_artifacts:
name: Remove old artifacts
runs-on: ubuntu-latest
steps:
- name: Remove old artifacts
uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 0


upload_dev_build_artifact:
name: Upload development build
needs: remove_old_artifacts
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 324c1f5

Please sign in to comment.