Skip to content

Commit

Permalink
Test_exec
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Apr 21, 2024
1 parent b6aa6fd commit be81d3a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:
path: www/sitemap.txt

Deployment:
needs: Sitemap_txt
if: (github.ref == 'refs/heads/master' || github.ref == 'auto_deploy')
needs:
- HTML_Lint
- Sitemap_txt
if: (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/auto_deploy')
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4

0 comments on commit be81d3a

Please sign in to comment.