Skip to content

Commit 6bde661

Browse files
Use the same workflow file as in issue
1 parent 9e965a9 commit 6bde661

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_dev_version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build development version
22
on:
3+
pull_request:
34
push:
45
branches:
56
- 'master'
@@ -10,7 +11,7 @@ jobs:
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Remove old artifacts
13-
uses: ThreadsStyling/purge-artifacts-action@v1
14+
uses: kolpav/purge-artifacts-action@v1
1415
with:
1516
token: ${{ secrets.GITHUB_TOKEN }}
1617
expire-in: 0

0 commit comments

Comments
 (0)