We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7c7a8 commit 6a3f8dfCopy full SHA for 6a3f8df
.github/workflows/deploy-circleci.yml
@@ -1,6 +1,11 @@
1
name: Setup CircleCI Context and Secrets
2
3
on:
4
+ push:
5
+ branches: [main]
6
+ paths:
7
+ - '.github/workflows/**'
8
+ - '.circleci/config.yml'
9
workflow_dispatch:
10
11
jobs:
0 commit comments