We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec46559 + 0fb9c80 commit 4c36d08Copy full SHA for 4c36d08
.github/workflows/push.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build-and-push:
10
name: Build and push images
11
- if: ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ github.event.base_ref == 'refs/heads/main' }}
12
strategy:
13
matrix:
14
page: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
0 commit comments