Merge pull request #5 from fLotte-meets-HWR-DB/actions

Change audit task triggers
actions
Trivernis 4 years ago committed by GitHub
commit 67bf197f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,10 +1,6 @@
name: Run Cargo Audit name: Run Cargo Audit
on: on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
@ -12,7 +8,7 @@ env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
jobs: jobs:
build: audit:
runs-on: ubuntu-latest runs-on: ubuntu-latest

@ -1,4 +1,4 @@
name: Publish Docker image to GitHub Package Registry name: Build Docker Image
on: on:
push: push:

Loading…
Cancel
Save