10
0
Fork 0
mirror of https://github.com/ZeusWPI/ZNS.git synced 2024-11-21 21:41:10 +01:00

Only run workflows on certain changes

This commit is contained in:
Xander Bil 2024-08-22 17:36:25 +02:00
parent 05b0dfc756
commit 2bcecd80b3
No known key found for this signature in database
GPG key ID: EC9706B54A278598
2 changed files with 10 additions and 0 deletions

View file

@ -5,7 +5,13 @@ on:
push: push:
branches: branches:
- main - main
paths:
- .github/workflows/cargo.yml
- '**/*.rs'
pull_request: pull_request:
paths:
- .github/workflows/cargo.yml
- '**/*.rs'
workflow_dispatch: workflow_dispatch:
env: env:

View file

@ -4,6 +4,10 @@ on:
push: push:
branches: branches:
- main - main
paths:
- '**/*.rs'
- Dockerfile
- Cargo.lock
concurrency: concurrency:
group: docker-main group: docker-main