1
1
mirror of https://github.com/casey/just.git synced 2024-09-11 05:55:31 +03:00

Workflow tweaks (#1045)

This commit is contained in:
Casey Rodarmor 2021-12-05 02:51:15 -08:00 committed by GitHub
parent 4de93e19b8
commit 04d3ee3f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -1,10 +1,10 @@
name: Test
on:
push:
branches:
- master
pull_request:
branches:
- '*'
push:
branches:
- master

View File

@ -3,8 +3,7 @@
set -euxo pipefail
VERSION=${REF#"refs/tags/"}
SRC=`pwd`
DIST=$SRC/dist
DIST=`pwd`/dist
echo "Packaging just $VERSION for $TARGET..."