Skip to content

Commit e2c9501

Browse files
authored
Merge pull request #1 from v3locide/main
merge dev with main
2 parents 929732e + 4abc93a commit e2c9501

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/custom-action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: [push]
1+
on:
2+
push:
3+
branches:
4+
- main
25

36
jobs:
47
my-job:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Multi-event Trigger
2+
13
on:
24
push:
35
branches:

0 commit comments

Comments
 (0)