Skip to content

Commit ae7ee7d

Browse files
Hot fix workflow
1 parent f54ca52 commit ae7ee7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/github-actions-after-push.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: GitHub Actions After Push Into Develop Branch
22
on:
3-
push:
4-
branches:
5-
- develop
3+
pull_request:
4+
branches: master
65
jobs:
76
e2e-tests:
87
timeout-minutes: 60

0 commit comments

Comments
 (0)