Compare commits

...

2 Commits

Author SHA1 Message Date
Webber
03391a19f1 check if push works 2020-06-20 00:46:45 +02:00
Webber
fdcb37075f check whether internal pr works with 8ae8dbb 2020-06-20 00:43:24 +02:00

View File

@@ -2,7 +2,7 @@ name: Actions 😎
on:
pull_request: {}
push: { branches: [master] }
push: { branches: [master, check-internal-push] }
env:
CODECOV_TOKEN: '2f2eb890-30e2-4724-83eb-7633832cf0de'
@@ -67,7 +67,7 @@ jobs:
restore-keys: |
Library-${{ matrix.projectPath }}-
Library-
- uses: ./
- uses: webbertakken/unity-builder@8ae8dbb
env:
UNITY_LICENSE: ${{ matrix.license }}
with: