Merge pull request #6 from ibuildthecloud/gh-pages

make scripts/version executable
pull/7/head
Darren Shepherd 2020-08-02 22:58:21 -07:00 committed by GitHub
commit 6464b5f790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: CI-pullrequest
on:
pull_request:
branches: [ gh-pages ]
branches: [ master ]
jobs:
build:

View File

@ -2,7 +2,7 @@ name: CI-push
on:
push:
branches: [ gh-pages ]
branches: [ master ]
jobs:
build:

0
scripts/version Normal file → Executable file
View File