Skip to content

Commit 6a3f8df

Browse files
committed
fix: change trigger
1 parent 4b7c7a8 commit 6a3f8df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-circleci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Setup CircleCI Context and Secrets
22

33
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- '.github/workflows/**'
8+
- '.circleci/config.yml'
49
workflow_dispatch:
510

611
jobs:

0 commit comments

Comments
 (0)