1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

ci: also run when pushing to branches

This commit is contained in:
Jörg Thalheim 2023-02-01 22:17:39 +01:00
parent f234b0c865
commit c10480e7a7
No known key found for this signature in database

View file

@ -1,6 +1,11 @@
name: "Test"
on:
pull_request:
push:
branches:
- master
- staging
- release-*
schedule:
- cron: '51 2 * * *'
jobs: