Skip to content

Commit

Permalink
Deploy snapshots for 2.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Feb 12, 2024
1 parent 9832a9e commit ff7f412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
name: Deploy snapshot
runs-on: ubuntu-latest
timeout-minutes: 20
if: github.repository == 'coil-kt/coil' && github.ref == 'refs/heads/2.x'
if: github.repository == 'coil-kt/coil' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/2.x')
needs: [checks, unit-tests, instrumentation-tests]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ff7f412

Please sign in to comment.