Skip to content

Commit 4a46d5d

Browse files
committed
Don' trigger build on push to master
1 parent 5fe23b8 commit 4a46d5d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Build Tutorials
33

44
on:
55
push:
6-
branches: [ master ]
76
tags: ["*"]
87
pull_request:
98
branches: [ master ]
@@ -64,16 +63,19 @@ jobs:
6463

6564
steps:
6665
- uses: actions/checkout@v4
66+
name: Checkout Tutorials
6767
with:
6868
fetch-depth: 0
6969
path: tutorials
7070
- uses: actions/checkout@v4
71+
name: Checkout AMMR
7172
with:
7273
repository: anybody/ammr
7374
ref: master
7475
path: ammr
7576

76-
- shell: cmd
77+
- name: Link AMMR
78+
shell: cmd
7779
run: |
7880
echo #include "%GITHUB_WORKSPACE%/ammr/libdef.any" > libdef.any
7981

0 commit comments

Comments
 (0)