Skip to content

Commit 45d9c1c

Browse files
committed
actions: actually run archs on branches
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 10fd08b commit 45d9c1c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/archs.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Archs
22

3-
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
3+
on: [push, pull_request]
4+
5+
#on:
6+
# push:
7+
# branches: [ master ]
8+
# pull_request:
9+
# branches: [ master ]
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)