Skip to content

Commit bacf807

Browse files
committed
tmp: Allow Docker image builds on this branch.
1 parent 4072449 commit bacf807

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: testsuite
33

44
on:
55
push:
6-
branches: [ master ]
6+
branches: [ master, update-postgres-apt-repo-url ]
77
pull_request:
8-
branches: [ master ]
8+
branches: [ master, update-postgres-apt-repo-url ]
99

1010
env:
1111
RUBY_VERSION: 2.7.4
@@ -66,7 +66,7 @@ jobs:
6666
publish-latest:
6767
runs-on: ubuntu-latest
6868
needs: [lint, test_unit, test_postman]
69-
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
69+
if: github.ref == 'refs/heads/update-postgres-apt-repo-url' && github.event_name == 'push'
7070
steps:
7171
- uses: actions/checkout@v2
7272
- uses: docker/setup-qemu-action@v1

0 commit comments

Comments
 (0)