Skip to content

Commit

Permalink
tweak github workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmas committed Dec 21, 2023
1 parent e3c355a commit d9296a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy
on:
push:
branches:
- master
# - master

env:
BASE_URL: /StuffInSpace
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
name: Deploy
needs: build
runs-on: ubuntu-latest
# if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'

steps:
- name: Download artifact
Expand Down

0 comments on commit d9296a3

Please sign in to comment.