Skip to content

Commit

Permalink
changing the master branch for 2024.2 to on push event (#8542)
Browse files Browse the repository at this point in the history
Co-authored-by: msubram <[email protected]>
  • Loading branch information
manikandan-xilinx and msubram authored Oct 22, 2024
1 parent 35058d9 commit f6800dd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/xrt_master_2024.2.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: XRT Master (2024.2)
name: XRT 2024.2

env:
RELEASE: '2024.2'
PIPELINE: 'xrt'
ENV: 'prod'

on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *'
push:
branches:
- '2024.2'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit f6800dd

Please sign in to comment.