umbrellio-sequel-plugins 0.16.0.235 → 0.16.0.239
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7cd4b57e64e2977befdd1b94060f80af00be347813ea90f487b1c8226ae1c19
|
4
|
+
data.tar.gz: 70f2b9ca0809f895972c98d067f4626863ab61c09b68c7b9c79c04299017f963
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 999b1d353436eaa1c1a45c4210981ee3ff1ee2081bd68a8a384364704e44f50bc846ea448f08df601a237837b65c6a6d272431a7f392d0029025f5a9d2959699
|
7
|
+
data.tar.gz: e9befb06abf11993d79a7e01fb52813901c2f8cfc4567444f11c79a52e83d52b0c0813b1e4922bf152dcfc57a028dfddea533510dd510f24105654adf397a3b4
|
data/.github/workflows/ci.yml
CHANGED
@@ -51,6 +51,7 @@ jobs:
|
|
51
51
|
|
52
52
|
release-gem:
|
53
53
|
runs-on: ubuntu-latest
|
54
|
+
environment: Deploy
|
54
55
|
|
55
56
|
permissions:
|
56
57
|
id-token: write
|
@@ -60,8 +61,7 @@ jobs:
|
|
60
61
|
PUBLISH_JOB: true
|
61
62
|
|
62
63
|
# Run on push to master branch
|
63
|
-
|
64
|
-
if: github.event_name == 'push'
|
64
|
+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
65
65
|
|
66
66
|
steps:
|
67
67
|
- uses: actions/checkout@v4
|