Skip to content

Commit 505d307

Browse files
committed
chore(ci): limit verify workflow to PRs
1 parent 9713cd8 commit 505d307

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/verify.yml renamed to .github/workflows/verify-pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Verify
22

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

86
permissions:
@@ -11,7 +9,6 @@ permissions:
119

1210
jobs:
1311
git-town:
14-
if: ${{ github.event_name == 'pull_request' }}
1512
runs-on: ubuntu-latest
1613
steps:
1714
- name: Git Town

0 commit comments

Comments
 (0)