mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 09:34:11 +02:00
CI: trigger push only on master
This commit is contained in:
parent
8a239571fb
commit
d2e4697d03
1 changed files with 3 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -2,6 +2,8 @@ name: "cachix-action test"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
public-cache:
|
public-cache:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue