Skip to content

Commit

Permalink
update devcontainer workflow to anchor on main branch (#24)
Browse files Browse the repository at this point in the history
* update unit test

* update unit test

* update unit test

* update test

* update ut.sh

* update unit_test to give output

* reverse output of ut

* update devcontainer generator
  • Loading branch information
floatingCatty authored Sep 15, 2023
1 parent c843aca commit 1c992fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
paths-ignore:
- 'docs/**'
branches:
- dev
- main

jobs:
build_container_and_push:
runs-on: ubuntu-latest
if: github.repository_owner == 'deepmodeling'
strategy:
matrix:
dockerfile: ["dev"]
dockerfile: ["main"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
File renamed without changes.

0 comments on commit 1c992fd

Please sign in to comment.