We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54ca52 commit ae7ee7dCopy full SHA for ae7ee7d
.github/workflows/github-actions-after-push.yml
@@ -1,8 +1,7 @@
1
name: GitHub Actions After Push Into Develop Branch
2
on:
3
- push:
4
- branches:
5
- - develop
+ pull_request:
+ branches: master
6
jobs:
7
e2e-tests:
8
timeout-minutes: 60
0 commit comments