Skip to content

Commit

Permalink
feat: adjust workflow to feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-luzmo committed Aug 23, 2024
1 parent 2773d44 commit 4e54d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: E2E tests
on:
push:
branches: [ main ]
branches: [ main, feat/workflow-for-e2e ]
pull_request:
branches: [ main ]
jobs:
Expand Down

0 comments on commit 4e54d5a

Please sign in to comment.