Skip to content

Commit

Permalink
Merge pull request #39 from sdasda7777/sdasda7777_AutoNightly3
Browse files Browse the repository at this point in the history
Automatic Nightly, attempt 3
  • Loading branch information
sdasda7777 authored Sep 19, 2023
2 parents a539355 + ee6a8e0 commit f12c689
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodeci_push_master.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Node CI
name: Node CI - master

on:
push:
branches:
- master

jobs:
build_and_test:
build_and_test_and_nightly:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/nodeci_push_notmaster.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Node CI
name: Node CI - non-master

on:
push:
branches:
- '*'
- '!master'
branches-ignore:
- master

jobs:
build_and_test:
Expand Down

0 comments on commit f12c689

Please sign in to comment.