Skip to content

Commit

Permalink
main.yml uses dev branch again
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-naish committed May 18, 2024
1 parent e620673 commit 75877d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ name: CI
# events but only for the dev branch
on:
push:
branches: [ dev-2023S2 ]
# branches: [ dev-2023S2 ]
branches: [ dev ]
paths-ignore:
- 'doc/**' # Ignore all files and subdirectories under "doc/"
- 'docs/**' # Ignore all files and subdirectories under "docs/"
#pull_request:
# branches: [ dev ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 75877d5

Please sign in to comment.