Skip to content

Commit

Permalink
run e2e github action on main branch, only when relevant files changed
Browse files Browse the repository at this point in the history
  • Loading branch information
flexponsive committed Feb 14, 2023
1 parent 59bc837 commit e18a77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cookiecutter-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: E2E Cookiecutters

on:
push:
# branches: [main]
# paths: [cookiecutter/**]
branches: [main]
paths: ["cookiecutter/**", "e2e-tests/cookiecutters/**"]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit e18a77c

Please sign in to comment.