mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-19 12:54:24 +02:00
fix triggers
This commit is contained in:
parent
7f1365f193
commit
0c47246b3a
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
when:
|
||||
branch: main
|
||||
event: ["push", "pull_request"]
|
||||
- branch: main
|
||||
- event: ["push", "pull_request"]
|
||||
|
||||
steps:
|
||||
# use vendor to cache dependencies
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
when:
|
||||
branch: main
|
||||
event: ["push", "pull_request"]
|
||||
- branch: main
|
||||
- event: ["push", "pull_request"]
|
||||
|
||||
steps:
|
||||
lint:
|
||||
|
|
Loading…
Add table
Reference in a new issue