Skip to content

Commit

Permalink
Updating workflow syntax. (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
BanjoFox authored Oct 16, 2024
1 parent bd602b8 commit 3301489
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/aardwolf-build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
name: CI Build
on:
push:
branches:
- "*"
pull_request:
branches:
- main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: 'Docker Image CI'
on:
pull_request:
branches:
- 'main'
- 'banjofox/*'
- main
- 'banjofox/*'

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
branches:
- main
- 'banjofox/*'

schedule:
- cron: '41 3 * * 4'

Expand Down

0 comments on commit 3301489

Please sign in to comment.