Skip to content

Commit 7a879d8

Browse files
authored
chore: let's make checks done great again (#96)
* chore: let's make checks done great again * Update default.yml
1 parent 4c876c7 commit 7a879d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Default push workflow
22

33
on:
4+
pull_request:
45
push:
56
branches:
6-
- "**"
7-
tags:
8-
- "!**"
7+
- 'main'
8+
- 'dbux-3'
99

1010
jobs:
1111
init:

0 commit comments

Comments
 (0)