Skip to content

Commit 4d7ed3e

Browse files
committed
resume self-test on push
1 parent 43e9881 commit 4d7ed3e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/win-selfinstall-test.yml renamed to .github/old-workflows/win-selfinstall-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: install self-installer on Windows
33
on:
44
workflow_dispatch: # Allows running this workflow manually
55
# Runs on pushes targeting the default branch
6-
push:
7-
branches-ignore:
8-
- master
6+
# push:
7+
# branches-ignore:
8+
# - master
99
# branches: ['main']
1010
# pull_request:
1111
# branches: ['main']

.github/workflows/smoke_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: smoke test
22

33
on:
44
# Runs on pushes targeting the default branch
5-
# push:
6-
# branches-ignore:
7-
# - master
5+
push:
6+
branches-ignore:
7+
- master
88
# branches: ['develop']
99
pull_request:
1010
branches: ['main']

.github/workflows/win-gitstrap-selftest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: GSAS-II self-tests on Windows via gitstrap
33
on:
44
workflow_dispatch: # Allows running this workflow manually
55
# Runs on pushes targeting the default branch
6-
# push:
7-
# branches-ignore:
8-
# - master
6+
push:
7+
branches-ignore:
8+
- master
99
# branches: ['main']
1010
# pull_request:
1111
# branches: ['main']

0 commit comments

Comments
 (0)