Skip to content

Commit

Permalink
Use the same workflow file as in issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolai-laevskii committed May 9, 2023
1 parent 9e965a9 commit 6bde661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_dev_version.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build development version
on:
pull_request:
push:
branches:
- 'master'
Expand All @@ -10,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Remove old artifacts
uses: ThreadsStyling/purge-artifacts-action@v1
uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 0
Expand Down

0 comments on commit 6bde661

Please sign in to comment.