We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4072449 commit bacf807Copy full SHA for bacf807
1 file changed
.github/workflows/ci.yml
@@ -3,9 +3,9 @@ name: testsuite
3
4
on:
5
push:
6
- branches: [ master ]
+ branches: [ master, update-postgres-apt-repo-url ]
7
pull_request:
8
9
10
env:
11
RUBY_VERSION: 2.7.4
@@ -66,7 +66,7 @@ jobs:
66
publish-latest:
67
runs-on: ubuntu-latest
68
needs: [lint, test_unit, test_postman]
69
- if: github.ref == 'refs/heads/master' && github.event_name == 'push'
+ if: github.ref == 'refs/heads/update-postgres-apt-repo-url' && github.event_name == 'push'
70
steps:
71
- uses: actions/checkout@v2
72
- uses: docker/setup-qemu-action@v1
0 commit comments