Skip to content

Commit

Permalink
Make Actions ignore unrelated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo1003 committed Oct 17, 2023
1 parent d3f918b commit df24497
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build Resume

on: push
on:
push:
paths-ignore:
- 'README.md'
- '.gitignore'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit df24497

Please sign in to comment.