mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 14:14:30 +02:00
ci: Only build PRs targetting the dev
branch [skip ci]
This commit is contained in:
parent
daae03b40f
commit
cd8e0f536a
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
@ -1,7 +1,14 @@
|
||||
name: Deploy
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user