Skip to content

Commit bb64c16

Browse files
authored
ci: split trigger between push and pull_request events
1 parent 2a6e6f2 commit bb64c16

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/git-commit-data-action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: git-commit-data-action
22
on:
3+
pull_request:
34
push:
45
branches:
5-
- '*'
6+
- v1.x
67
jobs:
78
script-testing:
89
runs-on: ubuntu-latest
@@ -25,7 +26,7 @@ jobs:
2526
- macos-latest
2627
- windows-latest
2728
steps:
28-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
2930
- uses: ./
3031
- name: Output
3132
run: |

0 commit comments

Comments
 (0)