Skip to content

Commit

Permalink
Reinstate deploy from action-develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Feb 1, 2025
1 parent cf697eb commit 56421a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
# Add a dependency to the build job
needs: build-specs
# Only deploy when building `main`.
if: github.ref == 'refs/heads/main'
#if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/action-develop'

# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
Expand Down
35 changes: 0 additions & 35 deletions .travis.yml

This file was deleted.

0 comments on commit 56421a1

Please sign in to comment.