We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2ee72 commit 1e5581cCopy full SHA for 1e5581c
.github/workflows/build-and-deploy.yaml
@@ -8,8 +8,7 @@ jobs:
8
if: >
9
github.ref == 'refs/heads/main' ||
10
github.ref == 'refs/heads/staging' ||
11
- github.ref == 'refs/heads/development' ||
12
- github.ref == 'refs/heads/update-sentry-config'
+ github.ref == 'refs/heads/development'
13
14
strategy:
15
matrix:
0 commit comments