Skip to content

Commit 069b795

Browse files
author
dry-bot
committed
[devtools] sync
1 parent 0e6bb71 commit 069b795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync_configs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# this file is managed by dry-rb/devtools project
22

3-
name: Sync files
3+
name: sync
44

55
on:
66
repository_dispatch:
@@ -9,7 +9,7 @@ on:
99
- "master"
1010

1111
jobs:
12-
sync-configs:
12+
main:
1313
runs-on: ubuntu-latest
1414
if: (github.event_name == 'repository_dispatch' && github.event.action == 'sync_configs') || github.event_name != 'repository_dispatch'
1515
env:

0 commit comments

Comments
 (0)