Skip to content

Commit

Permalink
Run github actions on every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaafzal5 committed Aug 4, 2024
1 parent 8d1d415 commit e3b789e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- '**'
pull_request:
types: [ opened, synchronize, reopened ]
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- '**'
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
Expand Down

0 comments on commit e3b789e

Please sign in to comment.