Skip to content

Commit 4af4273

Browse files
updating
1 parent ff6fd7f commit 4af4273

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/first-action.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
name: My First Github Actions
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
14+
# on: [push]
415

516
jobs:
617
test:

0 commit comments

Comments
 (0)