Update for main as dev branch

This commit is contained in:
abejgonzalez 2022-02-14 17:43:18 -08:00
parent 1de637c2ed
commit e72c37b619
3 changed files with 2 additions and 6 deletions

View File

@ -20,7 +20,5 @@ jobs:
TERM: xterm-256-color
steps:
- uses: actions/checkout@v2
with:
ref: dev
- uses: ./.github/actions/repo-setup-aws
- run: .github/scripts/cull-old-ci-instances.py

View File

@ -3,7 +3,7 @@ name: firesim-publish-scala-doc
on:
push:
branches:
- dev
- main
tags:
- '[0-9]*.[0-9]*.[0-9]*'

View File

@ -1,11 +1,9 @@
name: firesim-ci-process
on:
# run ci when pring to dev/master/main (note: ci runs on the merge commit of the pr!)
# run ci when pring to main (note: ci runs on the merge commit of the pr!)
pull_request:
branches:
- dev
- master
- main
env: