Skip to content

Commit d6922b8

Browse files
Update pr_push.yml
1 parent 7e913f2 commit d6922b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pr_push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# # This workflow only call other workflows.
33
# name: PR/push
44

5-
# on:
6-
# push:
7-
# branches-ignore:
8-
# - 'dependabot/**'
9-
# pull_request:
5+
on:
6+
push:
7+
branches-ignore:
8+
- 'dependabot/**'
9+
pull_request:
1010

1111
# concurrency:
1212
# group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)