Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarwa authored Mar 30, 2024
1 parent e002ad5 commit 66320ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Continuous Integration
on:
workflow_dispatch:
push:
branches: [ "amd-staging", "amd-mainline" ]
branches: [ amd-staging, amd-mainline ]
paths-ignore:
- '*.md'
- 'source/docs/**'
pull_request:
branches: [ "amd-staging", "amd-mainline" ]
branches: [ amd-staging, amd-mainline ]
paths-ignore:
- '*.md'
- 'source/docs/**'
Expand Down

0 comments on commit 66320ab

Please sign in to comment.