We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177514d commit 226a82fCopy full SHA for 226a82f
.github/workflows/export.yml
@@ -7,7 +7,7 @@ on:
7
- 'recipes/**'
8
push:
9
branches:
10
- - main
+ - master
11
paths:
12
- '.github/workflows/export.yml'
13
@@ -29,6 +29,7 @@ jobs:
29
- name: Install Conan
30
uses: conan-io/setup-conan@v1
31
- name: Add Conan remote
32
+ if: ${{ github.repository_owner == 'XRPLF' && github.event_name == 'push' }}
33
run: |
34
conan remote add --index 0 ${{ vars.CONAN_REMOTE_NAME }} ${{ vars.CONAN_REMOTE_URL }}
35
echo "Added new conan remote '${{ vars.CONAN_REMOTE_NAME }}' at ${{ vars.CONAN_REMOTE_URL }}."
0 commit comments