Skip to content

Commit e8d7dae

Browse files
PR triggers
1 parent 48ff75b commit e8d7dae

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: .NET
1+
name: Main branch and package publish
22

33
on:
4-
push:
5-
branches: [ main ]
64
pull_request:
75
branches: [ main ]
86

.github/workflows/pull-request-validation.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
name: .NET
1+
name: Pull request validation
22

33
on:
4-
push:
5-
branches: [ main ]
64
pull_request:
7-
branches: [ main ]
5+
types: [opened, synchronize, reopened]
86

97
jobs:
108
build:

0 commit comments

Comments
 (0)